ENTITY basic_dimension_entity
(* SCHEMA iges_structure_schema; *)
  ENTITY basic_dimension_entity
    SUBTYPE OF (property_entity);
    llx : REAL;
    lly : REAL;
    lrx : REAL;
    lry : REAL;
    urx : REAL;
    ury : REAL;
    ulx : REAL;
    uly : REAL;
  DERIVE
    subordinate : subordinate_switch := physicallyDependent;
    used        : use_flag := definition;
    form : INTEGER := 31;
    np   : INTEGER := 8;
  END_ENTITY;
Explicit Attributes
Entity basic_dimension_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity basic_dimension_entity has the following local and inherited derived attributes:
| Attribute | Type | Defined By | 
|---|
 |  entity_type | INTEGER | property_entity |  
|  subordinate | subordinate_switch (ENUM) | basic_dimension_entity |  
|  used | use_flag (ENUM) | basic_dimension_entity |  
|  form | INTEGER | basic_dimension_entity |  
|  np | INTEGER | basic_dimension_entity |  
 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
Entity basic_dimension_entity inherits from the following supertypes:
  directory_entry
    structure_entity
      property_entity
Subtypes
    No subtypesReferenced By
Entity basic_dimension_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