ENTITY annotation_entity

(* SCHEMA iges_annotation_schema; *)
  ENTITY annotation_entity
    ABSTRACT SUPERTYPE OF (ONEOF (centerline_entity,
		                  section_entity,
				  witness_line_entity,
		                  angular_dimension_entity,
				  curve_dimension_entity,
				  diameter_dimension_entity,
		                  flag_note_entity,
				  general_label_entity,
				  general_note_entity,
				  new_general_note_entity,
				  leader_arrow_entity,
				  linear_dimension_entity,
				  ordinate_dimension_entity,
				  point_dimension_entity,
				  radius_dimension_entity,
				  general_symbol_entity,
				  sectioned_area_entity))
    SUBTYPE OF (directory_entry);

    level      : entity_level;
    view       : entity_view;
    transformation    : transformation_matrix_entity;
    label_display     : label_display_entity;
    blank      : blank_status;
    line_weight       : INTEGER;                    -- constrained value
    color         : entity_color;
  END_ENTITY;

Explicit Attributes

Entity annotation_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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity annotation_entity inherits from the following supertypes:
  directory_entry

Subtypes

Entity annotation_entity has the following subtypes:
    angular_dimension_entity*     centerline_entity*     curve_dimension_entity*     diameter_dimension_entity*     flag_note_entity*     general_label_entity*     general_note_entity*     general_symbol_entity*     leader_arrow_entity*     linear_dimension_entity*     new_general_note_entity*     ordinate_dimension_entity*     ordinate_dimension_entity_with_witness_and_leader_entity     ordinate_dimension_entity_with_witness_or_leader_entity     point_dimension_entity*     radius_dimension_entity*     radius_dimension_with_one_leader_entity     radius_dimension_with_two_leader_entity     section_entity*     sectioned_area_entity*     witness_line_entity*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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