ENTITY direction_entity

(* SCHEMA iges_boundary_representation_schema; *)
  ENTITY direction_entity
    SUBTYPE OF (boundary_representation_entity);

    line_font   : lineFont;
    view        : entity_view;
    line_weight : INTEGER;
    -- color       : entity_color;   now handled by super
    x : REAL;
    y : REAL;
    z : REAL;
  DERIVE
    entity_type : INTEGER := 123;
    subordinate : subordinate_switch := physicallyDependent;
    used        : use_flag := definition;
    form        : INTEGER := 0;
  END_ENTITY;

Explicit Attributes

Entity direction_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)boundary_representation_entity
 label_displaylabel_display_entity (ENTITY)boundary_representation_entity
 colorentity_color (SELECT)boundary_representation_entity
 line_fontlineFont (SELECT)direction_entity
 viewentity_view (SELECT)direction_entity
 line_weightINTEGERdirection_entity
 xREALdirection_entity
 yREALdirection_entity
 zREALdirection_entity

Derived Attributes

Entity direction_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERdirection_entity
 subordinatesubordinate_switch (ENUM)direction_entity
 useduse_flag (ENUM)direction_entity
 formINTEGERdirection_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity direction_entity inherits from the following supertypes:
  directory_entry
    boundary_representation_entity

Subtypes

    No subtypes

Referenced By

Entity direction_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_representation_entity ENTITY direction_entity
 datum SELECT directory_entry
 directory_entry ENTITY boundary_representation_entity
 plane_surface_entity ENTITY direction_entity
 right_circular_conical_surface_entity ENTITY direction_entity
 right_circular_cylindrical_surface_entity ENTITY direction_entity
 spherical_surface_entity ENTITY direction_entity
 toroidal_surface_entity ENTITY direction_entity


[Top Level Definitions] [Exit]

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