SbBox2s Constructor (SbVec2s, SbVec2s) |
Constructor for a 2D short box. min and
max are the corners of the diagonal that defines the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
Syntaxpublic SbBox2s(
SbVec2s min,
SbVec2s max
)
Public Sub New (
min As SbVec2s,
max As SbVec2s
)
public:
SbBox2s(
SbVec2s min,
SbVec2s max
)
new :
min : SbVec2s *
max : SbVec2s -> SbBox2s
Parameters
- min
- Type: OIV.InventorSbVec2s
Minimum corner. - max
- Type: OIV.InventorSbVec2s
Maximum corner.
See Also