Navigation

connected_face_set

EXPRESS specification:

ENTITY connected_face_set
SUPERTYPE OF (ONEOF(open_shell, closed_shell))
SUBTYPE OF ( topological_representation_item);
cfs_faces  :  SET [1:?] OF face;
END_ENTITY;

References (4):

Name Type Referred through Express-G
closed_shell Entity
Supertype
No Diagram
face_based_surface_model Entity
Attribute 'fbsm_faces'
No Diagram
open_shell Entity
Supertype
No Diagram
topological_representation_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY connected_face_set;
ENTITY representation_item;
name  :  label;
ENTITY topological_representation_item;
ENTITY connected_face_set;
cfs_faces  :  SET [1:?] OF face;
END_ENTITY;