Click or drag to resize
SbBox3i32SetBounds Method (Int32, Int32, Int32, Int32, Int32, Int32)
Sets the corners of the box.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public void SetBounds(
	int xmin,
	int ymin,
	int zmin,
	int xmax,
	int ymax,
	int zmax
)

Parameters

xmin
Type: SystemInt32
ymin
Type: SystemInt32
zmin
Type: SystemInt32
xmax
Type: SystemInt32
ymax
Type: SystemInt32
zmax
Type: SystemInt32
See Also