SoTextureCoordinate3ElementSet3 Method (SoState, SoNode, SbVec3f, Boolean) |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set3(
SoState state,
SoNode node,
SbVec3f[] coords,
bool frcSend
)
Public Shared Sub Set3 (
state As SoState,
node As SoNode,
coords As SbVec3f(),
frcSend As Boolean
)
public:
static void Set3(
SoState^ state,
SoNode^ node,
array<SbVec3f>^ coords,
bool frcSend
)
static member Set3 :
state : SoState *
node : SoNode *
coords : SbVec3f[] *
frcSend : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- coords
- Type: OIV.InventorSbVec3f
- frcSend
- Type: SystemBoolean
Remarks See Also