multiProfileBirailSurface is undoable, queryable, and editable.
The cmd creates a railed surface by sweeping the profiles using two
rail curves. The two rails are the last two arguments. For examples,
if 5 curves are specified, they will correspond to "curve1" "curve2"
"curve3" "rail1" "rail2".
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
-tangentContinuityProfile1(-tp1)
|
boolean
|
|
|
Tangent continuous across the first profile. The profile must be a surface curve.
Default: false
|
|
-tangentContinuityProfile2(-tp2)
|
boolean
|
|
|
Tangent continuous across the last profile. The profile must be a surface curve.
Default: false
|
|
-transformMode(-tm)
|
int
|
|
|
transform mode ( Non proportional, proportional ). Non proportional is default value.
Default: 0
|
|
Common flags |
-constructionHistory(-ch)
|
boolean
|
|
|
Turn the construction history on or off.
|
|
-name(-n)
|
string
|
|
|
Sets the name of the newly-created node. If it contains
namespace path, the new node will be created under the
specified namespace; if the namespace does not exist, it
will be created.
|
|
-object(-o)
|
boolean
|
|
|
Create the result, or just the dependency node.
|
|
-polygon(-po)
|
int
|
|
|
The value of this argument controls the type of the object
created by this operation
- 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)
|
|
Advanced flags |
-caching(-cch)
|
boolean
|
|
|
Modifies the node caching mode. See the node documentation for more information.
Note: For advanced users only.
|
|
-nodeState(-nds)
|
int
|
|
|
Modifies the node state. See the node documentation for more information.
Note: For advanced users only.
|
|