bounded_surface_curve
EXPRESS specification:
ENTITY
bounded_surface_curve
SUBTYPE
OF
(
surface_curve
,
bounded_curve
);
WHERE
WRB15
:
('STRUCTURAL_FRAME_SCHEMA.BOUNDED_CURVE' IN TYPEOF(SELF\surface_curve.curve_3d));
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
bounded_curve
Entity
Subtype
No Diagram
surface_curve
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
bounded_surface_curve;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
curve
;
ENTITY
surface_curve
;
curve_3d
:
curve
;
associated_geometry
:
LIST
[1:2]
OF
pcurve_or_surface
;
master_representation
:
preferred_surface_curve_representation
;
DERIVE
basis_surface
:
SET
[1:2]
OF
surface
:= get_basis_surface(SELF);
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
curve
;
ENTITY
bounded_curve
;
ENTITY
bounded_surface_curve
;
END_ENTITY
;