Go to: Synopsis. Return value. Related. Flags.

Synopsis

cpSeam([angle=boolean], [curvature=boolean], [help=boolean], [stiffness=boolean], [width=boolean])

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

cpSeam is undoable, queryable, and editable.

This command creates a seam node which seams two cloth panels together.

Return value

string[] The new seam transform and shape names.

In query mode, return type is based on queried flag.

Related

cpButton, cpCollision, cpConstraint, cpPanel, cpProperty, cpSolver, cpTool

Flags

angle, curvature, help, stiffness, width
Long name (short name) argument types Properties
help(h) boolean create
Prints a quick help message.
angle(a) boolean query
This option returns the crease angle assigned to the selected seam.
stiffness(s) boolean query
This option returns the crease stiffness assigned to the selected seam.
width(w) boolean query
This option returns the crease width assigned to the selected seam.
curvature(cv) boolean query
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 have multiple arguments, passed either as a tuple or a list.