oriented_surface
EXPRESS specification:
ENTITY
oriented_surface
SUBTYPE
OF
(
surface
);
orientation
:
BOOLEAN
;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
surface
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
oriented_surface;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
surface
;
ENTITY
oriented_surface
;
orientation
:
BOOLEAN
;
END_ENTITY
;