surface_patch
EXPRESS specification:
ENTITY
surface_patch;
parent_surface
:
bounded_surface
;
u_transition
:
transition_code
;
v_transition
:
transition_code
;
u_sense
:
BOOLEAN
;
v_sense
:
BOOLEAN
;
INVERSE
using_surfaces
:
BAG
[1:?]
OF
rectangular_composite_surface
FOR
segments;
WHERE
WRS35
:
(NOT ('STRUCTURAL_FRAME_SCHEMA.CURVE_BOUNDED_SURFACE' IN TYPEOF(parent_surface)));
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
rectangular_composite_surface
Entity
Attribute 'segments'
No Diagram
select_generic_item
Select
Select relation
No Diagram
Inheritance graph
ENTITY
surface_patch;
ENTITY
surface_patch
;
parent_surface
:
bounded_surface
;
u_transition
:
transition_code
;
v_transition
:
transition_code
;
u_sense
:
BOOLEAN
;
v_sense
:
BOOLEAN
;
INVERSE
using_surfaces
:
BAG
[1:?]
OF
rectangular_composite_surface
FOR
segments;
END_ENTITY
;