Navigation

shell_based_surface_model

EXPRESS specification:

ENTITY shell_based_surface_model
SUBTYPE OF ( geometric_representation_item);
sbsm_boundary  :  SET [1:?] OF shell;
WHERE
WRS22  :  constraints_geometry_shell_based_surface_model(SELF);
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 shell_based_surface_model;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY shell_based_surface_model;
sbsm_boundary  :  SET [1:?] OF shell;
END_ENTITY;