<BevelVertexModifier> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Modifier » BevelVertexModifier

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetDistanceModeReturns 1 if the modifier is operating in distance mode, or 0 if it is not operating in distance mode.
int32GetPercentageModeReturns 1 if the modifier is operating in percent mode, or 0 if it is not operating in percent mode.
int32SetDistanceModeConfigures the bevel operation based on a specific worldspace distance such as 5 meters.
int32SetPercentageModeConfigures the bevel operation based on a percentage of edge length.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
doubleRadiusGets or sets the bevel radius. This value is in document units ( 5, 10 units in worldspace ) or percent of edge length ( from 0.0% - 100.0% ).