SoSFVec3i32SetValue Method (SbVec3f) |
Convenience method that allows you to specify a field value using a single precision variable.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
SbVec3f vec3f
)
Public Sub SetValue (
vec3f As SbVec3f
)
public:
void SetValue(
SbVec3f vec3f
)
member SetValue :
vec3f : SbVec3f -> unit
Parameters
- vec3f
- Type: OIV.InventorSbVec3f
Remarks The specified value is converted to int value, then stored.
See Also