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: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public SbBox2s(
	SbVec2s min,
	SbVec2s max
)

Parameters

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