SoLineWidthElementSet Method (SoState, SoNode, Single) |
Sets the current line width in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode name_14778,
float width
)
Public Shared Sub Set (
state As SoState,
name_14778 As SoNode,
width As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_14778,
float width
)
static member Set :
state : SoState *
name_14778 : SoNode *
width : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_14778
- Type: OIV.Inventor.NodesSoNode
- width
- Type: SystemSingle
Remarks See Also