Click or drag to resize
SoSimplifierSetNormal Method

Method to set optional vertex data (normal).

Namespace: OIV.Inventor.Simplifier
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetNormal(
	SbVec3f name_25495
)

Parameters

name_25495
Type: OIV.InventorSbVec3f
Remarks

Must be called before setVertex().

See Also