DMEnclosureType#
The type of enclosure relation between one DM
and another
Synopsis#
typedef enum {
DM_ENC_EQUALITY,
DM_ENC_SUPERMESH,
DM_ENC_SUBMESH,
DM_ENC_NONE,
DM_ENC_UNKNOWN
} DMEnclosureType;
Values#
DM_ENC_SUBMESH
- theDM
is the boundary of anotherDM
DM_ENC_SUPERMESH
- theDM
has the boundary of anotherDM
(the reverse situation toDM_ENC_SUBMESH
)DM_ENC_EQUALITY
- it is unknown what this meansDM_ENC_NONE
- no relationship can be determinedDM_ENC_UNKNOWN
- the relationship is unknown
See Also#
Level#
beginner
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages