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: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetRadius(
SoState state,
SoNode node,
float name_9420
)
Public Shared Sub SetRadius (
state As SoState,
node As SoNode,
name_9420 As Single
)
public:
static void SetRadius(
SoState^ state,
SoNode^ node,
float name_9420
)
static member SetRadius :
state : SoState *
node : SoNode *
name_9420 : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- name_9420
- Type: SystemSingle
Remarks
See Also