attachSurface is undoable, queryable, and editable.
This attach command is used to attach surfaces. Once the surfaces are
attached, there will be multiple knots at the joined point(s). These
can be kept or removed if the user wishes.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
blendBias(bb)
|
float
|
|
|
Skew the result toward the first or the second curve depending on the blend factory being smaller or larger than 0.5.
Default: 0.5
|
|
blendKnotInsertion(bki)
|
boolean
|
|
|
If set to true, insert a knot in one of the original curves (relative position given by the parameter attribute below) in order to produce a slightly different effect.
Default: false
|
|
directionU(du)
|
boolean
|
|
|
If true attach in U direction of surface and V direction otherwise.
Default: true
|
|
keepMultipleKnots(kmk)
|
boolean
|
|
|
If true, keep multiple knots at the join parameter. Otherwise remove them.
Default: true
|
|
method(m)
|
int
|
|
|
Attach method (connect-0, blend-1)
Default: 0
|
|
parameter(p)
|
float
|
|
|
The parameter value for the positioning of the newly inserted knot.
Default: 0.1
|
|
reverse1(rv1)
|
boolean
|
|
|
If true, reverse the direction (specified by directionU) of the first input surface before doing attach. Otherwise, do nothing to the first input surface before attaching. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.
Default: false
|
|
reverse2(rv2)
|
boolean
|
|
|
If true, reverse the direction (specified by directionU) of the second input surface before doing attach. Otherwise, do nothing to the second input surface before attaching. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.
Default: false
|
|
swap1(sw1)
|
boolean
|
|
|
If true, swap the UV directions of the first input surface before doing attach. Otherwise, do nothing to the first input surface before attaching. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.
Default: false
|
|
swap2(sw2)
|
boolean
|
|
|
If true, swap the UV directions of the second input surface before doing attach. Otherwise, do nothing to the second input surface before attaching. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.
Default: false
|
|
twist(tw)
|
boolean
|
|
|
If true, reverse the second surface in the opposite direction (specified by directionU) before doing attach. This will avoid twists in the attached surfaces. Otherwise, do nothing to the second input surface before attaching. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.
Default: false
|
|
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.
|
|
replaceOriginal(rpo)
|
boolean
|
|
|
Create "in place" (i.e., replace).
|
|
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.
|
|