Area Constraint User Interface
List of: Discussion Topic
Subjects: Deformable Surfaces
Contents: ACIS Deformable Modeling

In ADM, API area constraints are added with the function DM_add_area_cstrn which requires a DS_zone object as input. A rectangular DS_zone object can be constructed with the routine DM_build_square_zone. Only domain space rectangles are permitted as zone shapes. Area constraints are tag objects and can be constructed, queried, modified, and removed from the model using the functions listed below.

Constructed by:

DM_build_square_zone DM_add_area_cstrn

Queried and modified with:

DM_find_cstrn_by_tag DM_get_cstrn
DM_get_cstrn_behavior DM_set_cstrn_behavior
DM_get_cstrn_state DM_set_cstrn_state
DM_get_cstrn_type_id DM_get_cstrn_rights
DM_get_tag_summary DM_classify_tag
DM_get_area_cstrn_flag DM_set_area_cstrn_flag

Removed with:

DM_rm_tag_object
PDF/ADM/01GEN.PDF
HTM/DATA/ADM/ADM/01GEN/0028.HTM