Navigation

bounded_surface

EXPRESS specification:

ENTITY bounded_surface
SUPERTYPE OF (ONEOF(b_spline_surface, rectangular_trimmed_surface, curve_bounded_surface, rectangular_composite_surface))
SUBTYPE OF ( surface);
END_ENTITY;

References (11):

Name Type Referred through Express-G
b_spline_surface Entity
Supertype
No Diagram
curve_bounded_surface Entity
Supertype
No Diagram
feature_surface_complex Entity
Attribute 'feature_boundary'
No Diagram
joint_system_welded_surface Entity
Attribute 'weld_surface'
No Diagram
load_element_distributed_surface Entity
Attribute 'surface_definition'
No Diagram
load_member_distributed_surface Entity
Attribute 'surface_definition'
No Diagram
part_sheet_bounded_complex Entity
Attribute 'sheet_boundary'
No Diagram
rectangular_composite_surface Entity
Supertype
No Diagram
rectangular_trimmed_surface Entity
Supertype
No Diagram
surface Entity
Subtype
No Diagram
surface_patch Entity
Attribute 'parent_surface'
No Diagram

Inheritance graph

ENTITY bounded_surface;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY surface;
ENTITY bounded_surface;
END_ENTITY;