SoBevelPropertyElementSetRadius Method (SoState, SoNode) |
Calls SetRadius(state, node, SoBevelProperty.DEFAULT_RADIUS).
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
)
Public Shared Sub SetRadius (
state As SoState,
node As SoNode
)
public:
static void SetRadius(
SoState^ state,
SoNode^ node
)
static member SetRadius :
state : SoState *
node : SoNode -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also