PoDomainElementSet Method |
Namespace: OIV.MeshViz.ElementsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode node,
PbDomain domain
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
domain As PbDomain
)
public:
static void Set(
SoState^ state,
SoNode^ node,
PbDomain^ domain
)
static member Set :
state : SoState *
node : SoNode *
domain : PbDomain -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- domain
- Type: OIV.MeshViz.GraphPbDomain
Remarks See Also