ENTITY leader_arrow_entity

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

     line_font : lineFont;
     subordinate : subordinate_switch;
     form : INTEGER;
     ad1 : REAL;
     ad2 : REAL;
     zt : REAL;
     xh : REAL;
     yh : REAL;
     segments : LIST OF coordinate;
   DERIVE
     entity_type : INTEGER := 214;
     used: use_flag := annotation;
     n : INTEGER := SIZEOF(segments);
   WHERE
     (form = 1) OR (form = 2) OR (form = 3) OR (form = 4) OR 
     (form = 5) OR (form = 6) OR (form = 7) OR (form = 8) OR 
     (form = 9) OR (form = 10) OR (form = 11) OR (form = 12);
   END_ENTITY;

Explicit Attributes

Entity leader_arrow_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)leader_arrow_entity
 subordinatesubordinate_switch (ENUM)leader_arrow_entity
 formINTEGERleader_arrow_entity
 ad1REALleader_arrow_entity
 ad2REALleader_arrow_entity
 ztREALleader_arrow_entity
 xhREALleader_arrow_entity
 yhREALleader_arrow_entity
 segmentsLIST OF coordinate (ENTITY)leader_arrow_entity

Derived Attributes

Entity leader_arrow_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERleader_arrow_entity
 useduse_flag (ENUM)leader_arrow_entity
 nINTEGERleader_arrow_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity leader_arrow_entity inherits from the following supertypes:
  directory_entry
    annotation_entity

Subtypes

    No subtypes

Referenced By

Entity leader_arrow_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 angular_dimension_entity ENTITY leader_arrow_entity
 annotation_entity ENTITY leader_arrow_entity
 base_entity SELECT annotation_entity
 curve_dimension_entity ENTITY leader_arrow_entity
 datum SELECT directory_entry
 diameter_dimension_entity ENTITY leader_arrow_entity
 directory_entry ENTITY annotation_entity
 flag_note_entity ENTITY leader_arrow_entity
 general_label_entity ENTITY leader_arrow_entity
 general_symbol_entity ENTITY directory_entry
 general_symbol_entity ENTITY leader_arrow_entity
 linear_dimension_entity ENTITY leader_arrow_entity
 ordinate_dimension_entity_with_witness_and_leader_entity ENTITY leader_arrow_entity
 point_dimension_entity ENTITY leader_arrow_entity
 radius_dimension_with_one_leader_entity ENTITY leader_arrow_entity
 radius_dimension_with_two_leader_entity ENTITY leader_arrow_entity
 witness_or_leader SELECT leader_arrow_entity
 label_placement ENTITY leader_arrow_entity


[Top Level Definitions] [Exit]

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