Class PathAppendArcDto (Inputs.JSCAD)
Constructors
constructor
new PathAppendArcDto( path?: any, endPoint?: Point2, xAxisRotation?: number, clockwise?: boolean, large?: boolean, segments?: number, radiusX?: number, radiusY?: number,): PathAppendArcDto Parameters
Optionalpath: anyOptionalendPoint: Point2OptionalxAxisRotation: numberOptionalclockwise: booleanOptionallarge: booleanOptionalsegments: numberOptionalradiusX: numberOptionalradiusY: number
Properties
path
path: any
endPoint
xAxisRotation
xAxisRotation: number
clockwise
clockwise: boolean
large
large: boolean
segments
segments: number
radiusX
radiusX: number
radiusY
radiusY: number
Path to append the arc to