SoSFBox3i32SetValue Method (SbVec3i32, SbVec3i32) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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