ENTITY manifold_solid_brep_entity

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

    transformation : transformation_matrix_entity;
    blank       : blank_status;
    subordinate : subordinate_switch;
    used        : use_flag;
    hierarchy   : hierarchy_flag;
    shell : shell_entity;
    sof   : BOOLEAN;
    void_shells : LIST OF void_shell;
  DERIVE
    entity_type : INTEGER := 186;
    form        : INTEGER := 0;
    n : INTEGER := SIZEOF(void_shells);
  END_ENTITY;

Explicit Attributes

Entity manifold_solid_brep_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
 transformationtransformation_matrix_entity (ENTITY)manifold_solid_brep_entity
 blankblank_status (ENUM)manifold_solid_brep_entity
 subordinatesubordinate_switch (ENUM)manifold_solid_brep_entity
 useduse_flag (ENUM)manifold_solid_brep_entity
 hierarchyhierarchy_flag (ENUM)manifold_solid_brep_entity
 shellshell_entity (ENTITY)manifold_solid_brep_entity
 sofBOOLEANmanifold_solid_brep_entity
 void_shellsLIST OF void_shell (ENTITY)manifold_solid_brep_entity

Derived Attributes

Entity manifold_solid_brep_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERmanifold_solid_brep_entity
 formINTEGERmanifold_solid_brep_entity
 nINTEGERmanifold_solid_brep_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity manifold_solid_brep_entity inherits from the following supertypes:
  directory_entry
    boundary_representation_entity

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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