SbBox2sSetBounds Method (SbVec2s, SbVec2s) |
Sets the corners of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic void SetBounds(
SbVec2s min,
SbVec2s max
)
Public Sub SetBounds (
min As SbVec2s,
max As SbVec2s
)
public:
void SetBounds(
SbVec2s min,
SbVec2s max
)
member SetBounds :
min : SbVec2s *
max : SbVec2s -> unit
Parameters
- min
- Type: OIV.InventorSbVec2s
- max
- Type: OIV.InventorSbVec2s
See Also