Click or drag to resize
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.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntax
public SbBox2s(
	SbVec2s min,
	SbVec2s max
)

Parameters

min
Type: OIV.InventorSbVec2s
Minimum corner.
max
Type: OIV.InventorSbVec2s
Maximum corner.
See Also