ENTITY general_label_entity
(* SCHEMA iges_annotation_schema; *)
ENTITY general_label_entity
SUBTYPE OF (annotation_entity);
line_font : lineFont;
subordinate : subordinate_switch;
hierarchy : hierarchy_flag;
denote : general_note_entity;
dearrw : LIST OF leader_arrow_entity;
DERIVE
entity_type : INTEGER := 210;
form : INTEGER := 0;
used: use_flag := annotation;
n : INTEGER := SIZEOF(dearrw);
END_ENTITY;
Explicit Attributes
Entity general_label_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity general_label_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | general_label_entity |
form | INTEGER | general_label_entity |
used | use_flag (ENUM) | general_label_entity |
n | INTEGER | general_label_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity general_label_entity inherits from the following supertypes:
directory_entry
annotation_entity
Subtypes
No subtypesReferenced By
Entity general_label_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