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