*morphsymmetrycreateaxis

Creates symmetry dependent on system.

Syntax

*morphsymmetrycreateaxis name sysptr domaintype markdomain enforce multilat type ucyc orient mv

Type

HyperMesh Tcl Modify Command

Description

Creates symmetry dependent on system.

Inputs

name
Name of symmetry.
sysptr
ID of system.
domaintype
Domains
markdomain
Domain mark number.
enforce
0 = approximate
1 = enforced
multilat
0 = unilateral
1 = multilateral
type
Type of symmetry.
ucyc
Number of cycles for cyclical symmetry.
orient
0 = default
1 = x-axis
2 = y-axis
3 = z-axis
mv
0 = do not apply to morph volumes
1 = apply to morph volumes

Example

*morphsymmetrycreateaxis ("mirror",2,DOMAINS,1,1,1,10,3,1,0)

Creates a symmetry dependent on the specified system for the domains on the mark. The symmetry has the values given in ‘enforce’, ‘multilat’, type, ucyc, orient, and mv.

Errors

None.