"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCurveRelation = void 0; const SRelation_1 = require("./SRelation"); class SCurveRelation extends SRelation_1.SRelation { curve2Line() { } curve2Polyline() { } curve2Vertical() { } } exports.SCurveRelation = SCurveRelation;