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: 2024.1.0.0 (2024.1.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