ENTITY witness_line_entity

(* SCHEMA iges_annotation_schema; *)
   ENTITY witness_line_entity
      SUBTYPE OF (copious_data_entity, annotation_entity);

      subordinate : subordinate_switch;
      zt : REAL;
      coordinates : LIST OF coordinate;
   DERIVE
      entity_type : INTEGER := 106;
      line_font : line_pattern := solid;
      used: use_flag := annotation;
      form       : INTEGER := 40;
      ip : INTEGER := 1;
      n  : INTEGER := SIZEOF(coordinates);
   WHERE
      WR1 : ODD(n) AND (n >= 3);
   END_ENTITY;

Explicit Attributes

Entity witness_line_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
 subordinatesubordinate_switch (ENUM)witness_line_entity
 ztREALwitness_line_entity
 coordinatesLIST OF coordinate (ENTITY)witness_line_entity

Derived Attributes

Entity witness_line_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERwitness_line_entity
 line_fontline_pattern (ENUM)witness_line_entity
 useduse_flag (ENUM)witness_line_entity
 formINTEGERwitness_line_entity
 ipINTEGERwitness_line_entity
 nINTEGERwitness_line_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity witness_line_entity inherits from the following supertypes:
  copious_data_entity
  directory_entry
    annotation_entity

Subtypes

    No subtypes

Referenced By

Entity witness_line_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 angular_dimension_entity ENTITY witness_line_entity
 annotation_entity ENTITY witness_line_entity
 base_entity SELECT annotation_entity
 copious_data_entity ENTITY witness_line_entity
 curve_dimension_entity ENTITY witness_line_entity
 datum SELECT directory_entry
 directory_entry ENTITY annotation_entity
 general_symbol_entity ENTITY directory_entry
 linear_dimension_entity ENTITY witness_line_entity
 ordinate_dimension_entity_with_witness_and_leader_entity ENTITY witness_line_entity
 witness_or_leader SELECT witness_line_entity


[Top Level Definitions] [Exit]

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