User's Guide > Annotations: Designated Area Feature > Accessing Designated Area Properties
Accessing Designated Area Properties
The following functions determine the appearance of the designated area by controlling its boundary properties such as the line style and the appearance of the surface.
Functions Introduced:
The function ProDesignatedareaStatusGet() identifies the current status of the geometry of the created designated area. The input value to this function is a quilt from the designated area, or from a data sharing feature referencing the designated area.
The output geometry can have one of the following values:
PRO_DSGNTAREA_STATUS_ACTIVE—Specifies that the geometry is active in the indicated model.
PRO_DSGNTAREA_STATUS_INACTIVE—Specifies that the geometry is inactive due to geometry features occurring after the designated area feature in the regeneration order.
PRO_DSGNTAREA_STATUS_OUT_OF_COPIED_GEOM—Specifies that the parent geometry used from the trimming was cut out from the model.
The function ProDesignatedareaLinestyleGet() returns the line style used for the boundary of the designated area. Use the function ProDesignatedareaLinestyleSet() to set the line style.
The function ProDesignatedareaColorGet() returns the color used for the boundary of the designated area. Use the function ProDesignatedareaColorSet() to set the color.
这对您有帮助吗?