constructCurveXYOffset MethodStatic

Construct curves that are offset from a Path or Loop as viewed in xy-plane (ignoring z).

constructCurveXYOffset(curves: Path | Loop, offsetDistanceOrOptions: number | JointOptions | OffsetOptions): CurveCollection | undefined

Parameter Type Description
curves Path | Loop base curves.
offsetDistanceOrOptions number | JointOptions | OffsetOptions offset distance (positive to left of curve, negative to right) or options object.

Returns - CurveCollection | undefined

Defined in

Last Updated: 13 May, 2026