SoBevelPropertyElementSetRadius Method (SoState, SoNode, Single) |
Sets the bevel radius as a percentage [0.0, 1.0] of the greater value of the length of each edge.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetRadius(
SoState state,
SoNode node,
float name_8857
)
Public Shared Sub SetRadius (
state As SoState,
node As SoNode,
name_8857 As Single
)
public:
static void SetRadius(
SoState^ state,
SoNode^ node,
float name_8857
)
static member SetRadius :
state : SoState *
node : SoNode *
name_8857 : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- name_8857
- Type: SystemSingle
Remarks See Also