*morphconstraintupdatearcrad

Updates a model type constraint based on the radius or arc length of an edge domain.

Syntax

*morphconstraintupdatearcrad stype smark atype amark type mcon plane dptr radius bound arc color

Type

HyperMesh Tcl Modify Command

Description

Updates a model type constraint based on the radius or arc length of an edge domain.

Inputs

stype
SHAPES
smark
Mark number of shapes
atype
NODES or LINES
amark
Mark number of node or line used for radius measurement
type
0 - Measure radius or arc angle using domain
1 - Measure radius or arc angle using axis
2 - Measure radius or arc angle using line
3 - Measure radius or arc angle using node
mcon
ID of morph constraint
plane
mark number of plane for axis
dptr
ID of edge domain
radius
Constrained radius or arc angle
bound
-1 - Greater than specified angle
0 - Equal to specified angle
1 - Less than specified angle
arc
0 - Radius
1 - Arc angle
color
The color of the constraint. Valid values are 1 through 64.

Example

This command updates a model type constraint for the selected domain with the option of updating the radius or arc angle to be measured in the plane of the domain, about an axis, about a line or about a node, and the option of having the radius or arc angle forced to be greater than, less than, or equal to the specified value.

If arc is 0, the radius will be constrained. If arc is 1, the arc angle will be constrained.

The shapes on the mark will be used to force the model into compliance with the specified constraint if possible.

*morphconstraintupdatearcrad (SHAPES,1,NODES,1,0,5,1,21,5.0,0,0,32)

Errors

None.