Navigation

subface

EXPRESS specification:

ENTITY subface
SUBTYPE OF ( face);
parent_face  :  face;
WHERE
WRS30  :  NOT (mixed_loop_type_set(list_to_set(list_face_loops(SELF)) + list_to_set(list_face_loops(parent_face))));
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY subface;
ENTITY representation_item;
name  :  label;
ENTITY topological_representation_item;
ENTITY face;
bounds  :  SET [1:?] OF face_bound;
ENTITY subface;
parent_face  :  face;
END_ENTITY;