Go to: Synopsis. Return value. Related. Flags. MEL examples.
cpSeam [-angle] [-curvature] [-help] [-stiffness] [-width]
cpSeam is undoable, queryable, and editable.
This command creates a seam node which seams two cloth panels together.
string[]
The new seam transform and shape names.
In query mode, return type is based on queried flag.
cpButton, cpCollision, cpConstraint, cpPanel, cpProperty, cpSolver, cpTool
angle, curvature, help, stiffness, width
| Long name (short name) |
argument types |
Properties |
-help(-h)
|
|
|
|
Prints a quick help message.
|
|
-angle(-a)
|
|
|
|
This option returns the crease angle assigned to the selected seam.
|
|
-stiffness(-s)
|
|
|
|
This option returns the crease stiffness assigned to the selected seam.
|
|
-width(-w)
|
|
|
|
This option returns the crease width assigned to the selected seam.
|
|
-curvature(-cv)
|
|
|
|
This option returns the crease curvature assigned to the selected seam.
|
|
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
// Create a new seam from a curve selection.
cpSeam;
// Return crease angle of selected seam.
cpSeam -q -angle;
// Return crease stiffness of selected seam.
cpSeam -q -stiffness;