| SoSFBox3i32SetValue Method (Int32, Int32, Int32, Int32, Int32, Int32) | 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	int xmin,
	int ymin,
	int zmin,
	int xmax,
	int ymax,
	int zmax
)
Public Sub SetValue ( 
	xmin As Integer,
	ymin As Integer,
	zmin As Integer,
	xmax As Integer,
	ymax As Integer,
	zmax As Integer
)
public:
void SetValue(
	int xmin, 
	int ymin, 
	int zmin, 
	int xmax, 
	int ymax, 
	int zmax
)
member SetValue : 
        xmin : int * 
        ymin : int * 
        zmin : int * 
        xmax : int * 
        ymax : int * 
        zmax : int -> unit 
Parameters
- xmin
 - Type: SystemInt32
 - ymin
 - Type: SystemInt32
 - zmin
 - Type: SystemInt32
 - xmax
 - Type: SystemInt32
 - ymax
 - Type: SystemInt32
 - zmax
 - Type: SystemInt32
 
Remarks
See Also