SoNormalCacheSet Method (SbVec3f, SoNormalBindingElementBindings, Int32) |
Stores a list of normals in the cache .
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set(
SbVec3f[] normals,
SoNormalBindingElementBindings normalBinding,
int startIndex
)
Public Sub Set (
normals As SbVec3f(),
normalBinding As SoNormalBindingElementBindings,
startIndex As Integer
)
public:
void Set(
array<SbVec3f>^ normals,
SoNormalBindingElementBindings normalBinding,
int startIndex
)
member Set :
normals : SbVec3f[] *
normalBinding : SoNormalBindingElementBindings *
startIndex : int -> unit
Parameters
- normals
- Type: OIV.InventorSbVec3f
- normalBinding
- Type: OIV.Inventor.ElementsSoNormalBindingElementBindings
- startIndex
- Type: SystemInt32
Remarks See Also