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: 2024.1.1.0 (2024.1.1)
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