ENTITY sectioned_area_entity

(* SCHEMA iges_annotation_schema; *)
   ENTITY sectioned_area_entity
     SUBTYPE OF (annotation_entity);

     line_font : lineFont;
     subordinate : subordinate_switch;
     hierarchy   : hierarchy_flag;
     form : INTEGER;
     bndp : definition_curve;
     patrn : INTEGER;
     xt : REAL;
     yt : REAL;
     zt : REAL;
     dist  : REAL;
     angle : REAL;
     islpt : LIST OF definition_curve;
   DERIVE
     entity_type : INTEGER := 230;
     used: use_flag := annotation;
     n : INTEGER := SIZEOF(islpt);
   WHERE
     (form = 0) OR (form = 1);
   END_ENTITY;

Explicit Attributes

Entity sectioned_area_entity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 labelSTRINGdirectory_entry
 subscriptINTEGERdirectory_entry
 associationsLIST OF associativities (SELECT)directory_entry
 propertiesLIST OF properties (SELECT)directory_entry
 levelentity_level (SELECT)annotation_entity
 viewentity_view (SELECT)annotation_entity
 transformationtransformation_matrix_entity (ENTITY)annotation_entity
 label_displaylabel_display_entity (ENTITY)annotation_entity
 blankblank_status (ENUM)annotation_entity
 line_weightINTEGERannotation_entity
 colorentity_color (SELECT)annotation_entity
 line_fontlineFont (SELECT)sectioned_area_entity
 subordinatesubordinate_switch (ENUM)sectioned_area_entity
 hierarchyhierarchy_flag (ENUM)sectioned_area_entity
 formINTEGERsectioned_area_entity
 bndpdefinition_curve (SELECT)sectioned_area_entity
 patrnINTEGERsectioned_area_entity
 xtREALsectioned_area_entity
 ytREALsectioned_area_entity
 ztREALsectioned_area_entity
 distREALsectioned_area_entity
 angleREALsectioned_area_entity
 islptLIST OF definition_curve (SELECT)sectioned_area_entity

Derived Attributes

Entity sectioned_area_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERsectioned_area_entity
 useduse_flag (ENUM)sectioned_area_entity
 nINTEGERsectioned_area_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity sectioned_area_entity inherits from the following supertypes:
  directory_entry
    annotation_entity

Subtypes

    No subtypes

Referenced By

Entity sectioned_area_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 annotation_entity ENTITY sectioned_area_entity
 base_entity SELECT annotation_entity
 datum SELECT directory_entry
 directory_entry ENTITY annotation_entity
 general_symbol_entity ENTITY directory_entry


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00