SoSFVec4i32SetValue Method (SbVec4f) |
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(
SbVec4f vec4f
)
Public Sub SetValue (
vec4f As SbVec4f
)
public:
void SetValue(
SbVec4f vec4f
)
member SetValue :
vec4f : SbVec4f -> unit
Parameters
- vec4f
- Type: OIV.InventorSbVec4f
Remarks The specified value is converted to int value, then stored.
See Also