ENTITY presentation_area SUBTYPE OF (presentation_representation); WHERE wr1: ((SIZEOF (QUERY (ais <* USEDIN (SELF, 'PRESENTATION_ORGANIZATION_SCHEMA.' + 'AREA_IN_SET.AREA') | SIZEOF (USEDIN (ais, 'PRESENTATION_ORGANIZATION_SCHEMA.' + 'PRESENTATION_SIZE.UNIT')) =1)) > 0) OR (SIZEOF (USEDIN (SELF, 'PRESENTATION_ORGANIZATION_SCHEMA.' + 'PRESENTATION_SIZE.UNIT')) =1)); END_ENTITY; -- presentation_area |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; presentation_representation (RT) context_of_items: geometric_representation_context; presentation_area - |
drawing_sheet_revision (DRAWING_DEFINITION_SCHEMA) |
mechanical_design_geometric_presentation_area (AIC_MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION) |
mechanical_design_shaded_presentation_area (AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION) |
Global rules for this entity data typerestrict_version_assignment_for_presentation_area (AUTOMOTIVE_DESIGN)subtype_exclusiveness_presentation_area (AUTOMOTIVE_DESIGN) |
public interface EPresentation_area extends EPresentation_representation |
public class CPresentation_area implements EPresentation_area |
public class APresentation_area extends AEntitypublic EPresentation_area getByIndex(int index)public EPresentation_area getCurrentMember(SdaiIterator it) |