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:
Derived Attributes
Entity leader_arrow_entity has the following local and inherited derived attributes:
| | Attribute | Type | Defined By | 
|---|
 | entity_type | INTEGER | leader_arrow_entity |  | used | use_flag (ENUM) | leader_arrow_entity |  | n | INTEGER | leader_arrow_entity | 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
Entity leader_arrow_entity inherits from the following supertypes:
  directory_entry
    annotation_entity
Subtypes
    No subtypesReferenced By
Entity leader_arrow_entity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00