manifold_solid_brep
EXPRESS specification:
ENTITY
manifold_solid_brep
SUPERTYPE
OF
(
ONEOF
(
brep_with_voids
,
faceted_brep
))
SUBTYPE
OF
(
solid_model
);
outer
:
closed_shell
;
END_ENTITY
;
References (3):
Name
Type
Referred through
Express-G
brep_with_voids
Entity
Supertype
No Diagram
faceted_brep
Entity
Supertype
No Diagram
solid_model
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
manifold_solid_brep;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
solid_model
;
ENTITY
manifold_solid_brep
;
outer
:
closed_shell
;
END_ENTITY
;