SbXfBox3fGetBounds Method (SbVec3f, SbVec3f) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public void GetBounds(
out SbVec3f min,
out SbVec3f max
)
Public Sub GetBounds (
<OutAttribute> ByRef min As SbVec3f,
<OutAttribute> ByRef max As SbVec3f
)
public:
void GetBounds(
[OutAttribute] SbVec3f% min,
[OutAttribute] SbVec3f% max
)
member GetBounds :
min : SbVec3f byref *
max : SbVec3f byref -> unit
Parameters
- min
- Type: OIV.InventorSbVec3f
- max
- Type: OIV.InventorSbVec3f
See Also