ENTITY boundary_representation_entity
(* SCHEMA iges_boundary_representation_schema; *)
ENTITY boundary_representation_entity
ABSTRACT SUPERTYPE OF (ONEOF (manifold_solid_brep_entity,
vertex_list_entity,
edge_list_entity,
loop_entity,
face_entity,
shell_entity,
direction_entity))
SUBTYPE OF (directory_entry);
level : entity_level;
label_display : label_display_entity;
-- Technically, this does not match the spec since color is n.a.
-- for all of the boundary rep types, but many systems exchange
-- color information for topology, so we add it at the root.
color : entity_color;
END_ENTITY;
Explicit Attributes
Entity boundary_representation_entity has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity boundary_representation_entity inherits from the following supertypes:
directory_entry
Subtypes
Entity boundary_representation_entity has the following subtypes:
direction_entity*
edge_list_entity*
face_entity*
loop_entity*
manifold_solid_brep_entity*
shell_entity*
vertex_list_entity*
* - Immediate Subtypes
Referenced By
Entity boundary_representation_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