SbXfBox3dSetBounds Method (SbVec3d, SbVec3d) |
Sets the bounds of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
Syntaxpublic void SetBounds(
SbVec3d min,
SbVec3d max
)
Public Sub SetBounds (
min As SbVec3d,
max As SbVec3d
)
public:
void SetBounds(
SbVec3d min,
SbVec3d max
)
member SetBounds :
min : SbVec3d *
max : SbVec3d -> unit
Parameters
- min
- Type: OIV.InventorSbVec3d
- max
- Type: OIV.InventorSbVec3d
See Also