| SoSFBox3i32SetValue Method (SbVec3i32, SbVec3i32) | 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	SbVec3i32 _min,
	SbVec3i32 _max
)
Public Sub SetValue ( 
	_min As SbVec3i32,
	_max As SbVec3i32
)
public:
void SetValue(
	SbVec3i32 _min, 
	SbVec3i32 _max
)
member SetValue : 
        _min : SbVec3i32 * 
        _max : SbVec3i32 -> unit 
Parameters
- _min
 - Type: OIV.InventorSbVec3i32
 - _max
 - Type: OIV.InventorSbVec3i32
 
Remarks
See Also