bevel is undoable, queryable, and editable.
The bevel command creates a new bevel surface for the specified curve.
The curve can be any nurbs curves.
| Long name (short name) |
[argument types] |
Properties |
-tolerance(-tol)
|
linear
|

|
|
The tolerance for bevel offsets
Default: 0.01
In query mode, this flag needs a value.
|
|
-width(-w)
|
linear
|

|
|
The width for bevel
Default: 0.5
In query mode, this flag needs a value.
|
|
-depth(-d)
|
linear
|

|
|
The depth for bevel
Default: 0.5
In query mode, this flag needs a value.
|
|
-extrudeDepth(-ed)
|
linear
|

|
|
The extrude depth for bevel
Default: 1.0
In query mode, this flag needs a value.
|
|
-cornerType(-ct)
|
int
|

|
|
Corner type: 1 - linear, 2 - circular
Default: 2
In query mode, this flag needs a value.
|
|
-numberOfSides(-ns)
|
int
|

|
|
Number of sides to bevel: 1 - no bevel just extrude, 2 - bevel start and extrude, 3 - bevel end and extrude, 4 - bevel end and start and extrude
Default: 4
In query mode, this flag needs a value.
|
|
-bevelShapeType(-bst)
|
int
|

|
|
Shape type: 1 - straight cut, 2 - curve out, 3 - curve in
Default: 1
In query mode, this flag needs a value.
|
|
-joinSurfaces(-js)
|
boolean
|

|
|
If true, join all the bevel surfaces into one or leave separate if false
Default: true
In query mode, this flag needs a value.
|
|
-name(-n)
|
string
|
|
|
Name the resulting object
|
|
-constructionHistory(-ch)
|
boolean
|
|
|
Turn the construction history on or off (not available in all commands)
|
|
-object(-o)
|
boolean
|
|
|
Create the result, or just the dependency node (not available in all commands)
|
|
-replaceOriginal(-rpo)
|
boolean
|
|
|
Create "in place" (i.e., replace) (not available in all commands)
|
|
-curveOnSurface(-cos)
|
boolean
|
|
|
If possible, create 2D curve as a result (not available in all commands)
|
|
-polygon(-po)
|
int
|
|
|
The value of this argument controls the type of the object
created by this operation (not available in all commands)
- 0: nurbs surface
- 1: polygon (use nurbsToPolygonsPref to set the parameters for the conversion)
- 2: subdivision surface (use nurbsToSubdivPref to set the parameters for the conversion)
- 3: Bezier surface
- 4: subdivision surface solid (use nurbsToSubdivPref to set the
parameters for the conversion)
|
|
-range(-rn)
|
boolean
|
|
|
Force a curve range on complete input curve (not available in all commands)
|
|
-rebuild(-rb)
|
boolean
|
|
|
Rebuild the input curve(s) before using them in the operation. Use nurbsCurveRebuildPref to set the parameters for the conversion. (not available in all commands)
|
|