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