Navigation

face_based_surface_model

EXPRESS specification:

ENTITY face_based_surface_model
SUBTYPE OF ( geometric_representation_item);
fbsm_faces  :  SET [1:?] OF connected_face_set;
END_ENTITY;

References (2):

Name Type Referred through Express-G
geometric_representation_item Entity
Subtype
No Diagram
surface_model Select
Select relation
No Diagram

Inheritance graph

ENTITY face_based_surface_model;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY face_based_surface_model;
fbsm_faces  :  SET [1:?] OF connected_face_set;
END_ENTITY;