| SoTangentCacheSet Method (SbVec3f, SoTangentBindingElementBindings, Int32) | 
Stores a list of tangents in the cache . 
 
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void Set(
	SbVec3f[] tangents,
	SoTangentBindingElementBindings tangentBinding,
	int startIndex
)
Public Sub Set ( 
	tangents As SbVec3f(),
	tangentBinding As SoTangentBindingElementBindings,
	startIndex As Integer
)
public:
void Set(
	array<SbVec3f>^ tangents, 
	SoTangentBindingElementBindings tangentBinding, 
	int startIndex
)
member Set : 
        tangents : SbVec3f[] * 
        tangentBinding : SoTangentBindingElementBindings * 
        startIndex : int -> unit 
Parameters
- tangents
 - Type: OIV.InventorSbVec3f
 - tangentBinding
 - Type: OIV.Inventor.ElementsSoTangentBindingElementBindings
 - startIndex
 - Type: SystemInt32
 
Remarks
See Also