SoProfileCoordinateElementSet2 Method |
Sets the current 2D profile coordinates.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set2(
SoState state,
SoNode node,
SbVec2f[] coords
)
Public Shared Sub Set2 (
state As SoState,
node As SoNode,
coords As SbVec2f()
)
public:
static void Set2(
SoState^ state,
SoNode^ node,
array<SbVec2f>^ coords
)
static member Set2 :
state : SoState *
node : SoNode *
coords : SbVec2f[] -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- coords
- Type: OIV.InventorSbVec2f
Remarks See Also