| SoVertexShapeGetNormalCache Method | 
Returns the current normal cache, or NULL if there is none. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
 Syntax
Syntaxpublic SoNormalCache GetNormalCache()
Public Function GetNormalCache As SoNormalCache
public:
SoNormalCache^ GetNormalCache()
member GetNormalCache : unit -> SoNormalCache 
Return Value
Type: 
SoNormalCache Remarks
RemarksNormal cache will only exist if the node has been traversed by a render action and Inventor needed to compute normals. 
 See Also
See Also