Click or drag to resize
SoVertexShapeGetNormalCache Method

Returns the current normal cache, or NULL if there is none.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoNormalCache GetNormalCache()

Return Value

Type: SoNormalCache
Remarks

Normal cache will only exist if the node has been traversed by a render action and Inventor needed to compute normals.

See Also