SoVertexFlagElementSetMarked Method |
Sets the current flags in the state as marked.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetMarked(
SoState state,
SoNode node,
int numFlags,
int[] flags
)
Public Shared Sub SetMarked (
state As SoState,
node As SoNode,
numFlags As Integer,
flags As Integer()
)
public:
static void SetMarked(
SoState^ state,
SoNode^ node,
int numFlags,
array<int>^ flags
)
static member SetMarked :
state : SoState *
node : SoNode *
numFlags : int *
flags : int[] -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- numFlags
- Type: SystemInt32
- flags
- Type: SystemInt32
Remarks See Also