ENTITY face_entity

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

    blank       : blank_status;
    used        : use_flag;
    hierarchy   : hierarchy_flag;
    surf        : surface_type;
    orf          : BOOLEAN;
    loop        : LIST OF loop_entity;
  DERIVE
    entity_type : INTEGER := 510;
    subordinate : subordinate_switch := physicallyDependent;
    form        : INTEGER := 1;
    n           : INTEGER := SIZEOF(loop);
  END_ENTITY;

Explicit Attributes

Entity face_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
 blankblank_status (ENUM)face_entity
 useduse_flag (ENUM)face_entity
 hierarchyhierarchy_flag (ENUM)face_entity
 surfsurface_type (SELECT)face_entity
 orfBOOLEANface_entity
 loopLIST OF loop_entity (ENTITY)face_entity

Derived Attributes

Entity face_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERface_entity
 subordinatesubordinate_switch (ENUM)face_entity
 formINTEGERface_entity
 nINTEGERface_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity face_entity inherits from the following supertypes:
  directory_entry
    boundary_representation_entity

Subtypes

    No subtypes

Referenced By

Entity face_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_representation_entity ENTITY face_entity
 datum SELECT directory_entry
 directory_entry ENTITY boundary_representation_entity
 face_data ENTITY face_entity


[Top Level Definitions] [Exit]

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