ENTITY ellipsoid_entity

(* SCHEMA iges_constructive_solid_geometry_schema; *)
   
  ENTITY ellipsoid_entity
    SUBTYPE OF (constructive_solid_geometry_entity);

    subordinate : subordinate_switch;
    lx : REAL;
    ly : REAL;
    lz : REAL;
    x1 : REAL;
    y1 : REAL;
    z1 : REAL;
    i1 : REAL;
    j1 : REAL;
    k1 : REAL;
    i2 : REAL;
    j2 : REAL;
    k2 : REAL;
  DERIVE
    entity_type : INTEGER := 168;
    form    : INTEGER := 0;
    used: use_flag := geometry;
  END_ENTITY;

Explicit Attributes

Entity ellipsoid_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
 line_fontlineFont (SELECT)constructive_solid_geometry_entity
 levelentity_level (SELECT)constructive_solid_geometry_entity
 viewentity_view (SELECT)constructive_solid_geometry_entity
 transformationtransformation_matrix_entity (ENTITY)constructive_solid_geometry_entity
 label_displaylabel_display_entity (ENTITY)constructive_solid_geometry_entity
 blankblank_status (ENUM)constructive_solid_geometry_entity
 line_weightINTEGERconstructive_solid_geometry_entity
 colorentity_color (SELECT)constructive_solid_geometry_entity
 subordinatesubordinate_switch (ENUM)ellipsoid_entity
 lxREALellipsoid_entity
 lyREALellipsoid_entity
 lzREALellipsoid_entity
 x1REALellipsoid_entity
 y1REALellipsoid_entity
 z1REALellipsoid_entity
 i1REALellipsoid_entity
 j1REALellipsoid_entity
 k1REALellipsoid_entity
 i2REALellipsoid_entity
 j2REALellipsoid_entity
 k2REALellipsoid_entity

Derived Attributes

Entity ellipsoid_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERellipsoid_entity
 formINTEGERellipsoid_entity
 useduse_flag (ENUM)ellipsoid_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity ellipsoid_entity inherits from the following supertypes:
  directory_entry
    constructive_solid_geometry_entity

Subtypes

    No subtypes

Referenced By

Entity ellipsoid_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boolean_ops SELECT constructive_solid_geometry_entity
 constructive_solid_geometry_entity ENTITY ellipsoid_entity
 datum SELECT directory_entry
 directory_entry ENTITY constructive_solid_geometry_entity
 geometry_entities SELECT constructive_solid_geometry_entity
 solid_assembly_entity ENTITY constructive_solid_geometry_entity
 solid_instance_entity ENTITY constructive_solid_geometry_entity


[Top Level Definitions] [Exit]

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