Go to: Return value. Related commands. Flags. Examples.

Synopsis

cpSeam [flags]

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

Return value

The new seam transform and shape names.

Related commands

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

Flags

angle, curvature, help, query, stiffness, width

Long name (short name)[argument types]Properties
-help (-h) create
Prints a quick help message.
-angle (-a) query
This option returns the crease angle assigned to the selected seam.
-stiffness (-s) query
This option returns the crease stiffness assigned to the selected seam.
-width (-w) query
This option returns the crease width assigned to the selected seam.
-curvature (-cv) query
This option returns the crease curvature assigned to the selected seam.
-query (-q) query
This option requires a seam to be selected and specifies that the command is a query.

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

Examples


 // 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;