| SbBox2f Constructor (Single, Single, Single, Single) | 
            Constructor for a 2D float box. xmin, ymin,
            xmax and ymax are the bounds of the box.
            
 
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntaxpublic SbBox2f(
	float xmin,
	float ymin,
	float xmax,
	float ymax
)
Public Sub New ( 
	xmin As Single,
	ymin As Single,
	xmax As Single,
	ymax As Single
)
public:
SbBox2f(
	float xmin, 
	float ymin, 
	float xmax, 
	float ymax
)
new : 
        xmin : float32 * 
        ymin : float32 * 
        xmax : float32 * 
        ymax : float32 -> SbBox2fParameters
- xmin
 - Type: SystemSingle
Lower x. - ymin
 - Type: SystemSingle
Lower y. - xmax
 - Type: SystemSingle
Upper x. - ymax
 - Type: SystemSingle
Upper y. 
See Also