Click or drag to resize
SoMFVec4fSetValuesBuffer Method (SbVec4f)

Sets the field to contain the values stored in userData.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValuesBuffer(
	SbVec4f[] userData
)

Parameters

userData
Type: OIV.InventorSbVec4f
Remarks

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

See Also