SoBevelPropertyElementSetAngle Method |
Sets the bevel angle: if 2 adjacent faces make a greater angle, then their common edge is beveled.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetAngle(
SoState state,
SoNode node,
float name_8854
)
Public Shared Sub SetAngle (
state As SoState,
node As SoNode,
name_8854 As Single
)
public:
static void SetAngle(
SoState^ state,
SoNode^ node,
float name_8854
)
static member SetAngle :
state : SoState *
node : SoNode *
name_8854 : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- name_8854
- Type: SystemSingle
Remarks See Also