WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface DoubleLinePoints

    双线端点对

    interface DoubleLinePoints {
        startPt1: Point2D;
        startPt2: Point2D;
        endPt1: Point2D;
        endPt2: Point2D;
    }
    Index

    Properties

    startPt1: Point2D

    起点偏移点1

    startPt2: Point2D

    起点偏移点2

    endPt1: Point2D

    终点偏移点1

    endPt2: Point2D

    终点偏移点2