SoBoundingBoxCache.Set Method |
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Set(
SbXfBox3f boundingBox,
bool centerSet,
SbVec3f centerPoint
)
Public Sub Set (
boundingBox As SbXfBox3f,
centerSet As Boolean,
centerPoint As SbVec3f
)
public:
void Set(
SbXfBox3f boundingBox,
bool centerSet,
SbVec3f centerPoint
)
member Set :
boundingBox : SbXfBox3f *
centerSet : bool *
centerPoint : SbVec3f -> unit
Parameters
- boundingBox
- Type: OIV.Inventor.SbXfBox3f
- centerSet
- Type: System.Boolean
- centerPoint
- Type: OIV.Inventor.SbVec3f
Remarks
See Also