curve_on_surface
EXPRESS specification:
TYPE
curve_on_surface =
SELECT
(
pcurve
,
surface_curve
,
composite_curve_on_surface
);
END_TYPE
;