Click or drag to resize
SoMFVec3fSetValuesBuffer Method (Single)

Sets the field to contain the values stored in userData.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetValuesBuffer(
	float[] userData
)

Parameters

userData
Type: SystemSingle
Remarks

This data will not be copied into the field: it will be directly used by the field.

See Also