interface AlignmentSegment {
    curves: Curve[];
}

Properties

Properties

curves: Curve[]