face_surface
EXPRESS specification:
ENTITY
face_surface
SUBTYPE
OF
(
face
,
geometric_representation_item
);
face_geometry
:
surface
;
same_sense
:
BOOLEAN
;
WHERE
WRF30
:
NOT ('STRUCTURAL_FRAME_SCHEMA.ORIENTED_SURFACE' IN TYPEOF(face_geometry));
END_ENTITY
;
References (3):
Name
Type
Referred through
Express-G
face
Entity
Subtype
No Diagram
geometric_representation_item
Entity
Subtype
No Diagram
swept_face_solid
Entity
Attribute 'swept_face'
No Diagram
Inheritance graph
ENTITY
face_surface;
ENTITY
representation_item
;
name
:
label
;
ENTITY
topological_representation_item
;
ENTITY
face
;
bounds
:
SET
[1:?]
OF
face_bound
;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
face_surface
;
face_geometry
:
surface
;
same_sense
:
BOOLEAN
;
END_ENTITY
;