SoNormalElementSet Method |
Sets the current normals.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode node,
SbVec3f[] normals
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
normals As SbVec3f()
)
public:
static void Set(
SoState^ state,
SoNode^ node,
array<SbVec3f>^ normals
)
static member Set :
state : SoState *
node : SoNode *
normals : SbVec3f[] -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- normals
- Type: OIV.InventorSbVec3f
Remarks See Also