SoMFVec4fSetValue Method (Single) |
Sets to one value from 4 floats in array.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValue(
float[] xyzw
)
Public Sub SetValue (
xyzw As Single()
)
public:
void SetValue(
array<float>^ xyzw
)
member SetValue :
xyzw : float32[] -> unit
Parameters
- xyzw
- Type: SystemSingle
Remarks See Also