Navigation

brep_with_voids

EXPRESS specification:

ENTITY brep_with_voids
SUBTYPE OF ( manifold_solid_brep);
voids  :  SET [1:?] OF oriented_closed_shell;
END_ENTITY;

References (1):

Name Type Referred through Express-G
manifold_solid_brep Entity
Subtype
No Diagram

Inheritance graph

ENTITY brep_with_voids;
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;
ENTITY brep_with_voids;
voids  :  SET [1:?] OF oriented_closed_shell;
END_ENTITY;