ENTITY attribute_definition

(* SCHEMA iges_structure_schema; *)
  ENTITY attribute_definition;
    at   : INTEGER;
    avdt : variable;
    avc  : INTEGER;
    av   : OPTIONAL LIST [0:avc-1] OF datum;
    avp  : OPTIONAL LIST [0:avc-1] OF text_display_template_entity;
  END_ENTITY;

Explicit Attributes

Entity attribute_definition has the following local and inherited explicit attributes:
AttributeTypeDefined By
 atINTEGERattribute_definition
 avdtvariable (ENUM)attribute_definition
 avcINTEGERattribute_definition
 avLIST OF datum (SELECT)attribute_definition
 avpLIST OF text_display_template_entity (ENTITY)attribute_definition

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity attribute_definition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 attribute_table_definition_entity ENTITY attribute_definition


[Top Level Definitions] [Exit]

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