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