Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void Bevel(
SoBevelAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub Bevel (
action As SoBevelAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void Bevel(
SoBevelAction^ action
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Bevel :
action : SoBevelAction -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Bevel :
action : SoBevelAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoBevelAction
Remarks See Also