SoSFVec3fSetValue Method (Single) |
Sets the field to the given value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValue(
float[] xyz
)
Public Sub SetValue (
xyz As Single()
)
public:
void SetValue(
array<float>^ xyz
)
member SetValue :
xyz : float32[] -> unit
Parameters
- xyz
- Type: SystemSingle
Remarks See Also