SoVertexShapeGetTangentCache Method |
Returns the current tangent cache, or NULL if there is none.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SoTangentCache GetTangentCache()
Public Function GetTangentCache As SoTangentCache
public:
SoTangentCache^ GetTangentCache()
member GetTangentCache : unit -> SoTangentCache
Return Value
Type:
SoTangentCacheRemarks Tangent cache will only exist if the node has been traversed by a render action and Inventor needed to compute tangents.
See Also