Click or drag to resize
SoSimplifierSetData Method

Method to set optional vertex data (data).

Namespace: OIV.Inventor.Simplifier
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetData(
	int numData,
	float[] name_25497
)

Parameters

numData
Type: SystemInt32
name_25497
Type: SystemSingle
Remarks

Must be called before setVertex().

See Also