SoCreaseAngleElementSet Method (SoState, SoNode, Single) |
Sets the current crease angle in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static void Set(
SoState state,
SoNode name_10183,
float angle
)
Public Shared Sub Set (
state As SoState,
name_10183 As SoNode,
angle As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_10183,
float angle
)
static member Set :
state : SoState *
name_10183 : SoNode *
angle : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_10183
- Type: OIV.Inventor.NodesSoNode
- angle
- Type: SystemSingle
Remarks
See Also