cmo/constraint/cmo_sink/cmo_src
Associate the surface constraint information of the mesh object cmo_src with cmo_sink. The number of constraints and the constraint table ( nconbnd, icontrab) are copied from the source mesh object to the sink mesh object. Since nconbnd and icontab are mesh object attributes, they must be explicity copied if a new mesh is to use an existing geometry. See III.A for a description of nconbnd and incontab.
EXAMPLES:
cmo/create/cmotet
geometry/create/boxg
surface/s1/
surface/s2
region
mregion
...
cmo/create/cmohex///hex
cmo/geometry/boxg
cmo/constraint/cmohex/cmotetThis example will use the geometry (surfaces regions and material regions) defined when creating cmotest and apply the geometry to the mesh object cmohex.