Click or drag to resize
SoVertexShapeGetTangentCache Method

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

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoTangentCache GetTangentCache()

Return Value

Type: SoTangentCache
Remarks

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

See Also