SbXfBox3dSetBounds Method (SbVec3d, SbVec3d) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public void SetBounds(
ref SbVec3d min,
ref SbVec3d max
)
Public Sub SetBounds (
ByRef min As SbVec3d,
ByRef max As SbVec3d
)
public:
void SetBounds(
SbVec3d% min,
SbVec3d% max
)
member SetBounds :
min : SbVec3d byref *
max : SbVec3d byref -> unit
Parameters
- min
- Type: OIV.InventorSbVec3d
- max
- Type: OIV.InventorSbVec3d
See Also