PoLabelHintsElementSet 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,
PoLabelHintsLabelPaths labelPath,
PoLabelHintsJustifications justif,
string addString,
bool isAddStringIgnored,
bool isLabelLineVisible
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
labelPath As PoLabelHintsLabelPaths,
justif As PoLabelHintsJustifications,
addString As String,
isAddStringIgnored As Boolean,
isLabelLineVisible As Boolean
)
public:
static void Set(
SoState^ state,
SoNode^ node,
PoLabelHintsLabelPaths labelPath,
PoLabelHintsJustifications justif,
String^ addString,
bool isAddStringIgnored,
bool isLabelLineVisible
)
static member Set :
state : SoState *
node : SoNode *
labelPath : PoLabelHintsLabelPaths *
justif : PoLabelHintsJustifications *
addString : string *
isAddStringIgnored : bool *
isLabelLineVisible : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- labelPath
- Type: OIV.MeshViz.NodesPoLabelHintsLabelPaths
- justif
- Type: OIV.MeshViz.NodesPoLabelHintsJustifications
- addString
- Type: SystemString
- isAddStringIgnored
- Type: SystemBoolean
- isLabelLineVisible
- Type: SystemBoolean
Remarks See Also