Click or drag to resize
SoSFBox3i32.SetValue Method (Int32, Int32, Int32, Int32, Int32, Int32)

Sets the box dimensions.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void SetValue(
	int xmin,
	int ymin,
	int zmin,
	int xmax,
	int ymax,
	int zmax
)

Parameters

xmin
Type: System.Int32
ymin
Type: System.Int32
zmin
Type: System.Int32
xmax
Type: System.Int32
ymax
Type: System.Int32
zmax
Type: System.Int32
Remarks