| None | 0 |
No cut type defined or unknown.
|
| DrawArcCenterOffsetXY | 1 |
Draw an arc from the specified start coordinate to the point nearest
the specified end point, given the radius from the center to the
starting offset.
|
| DrawArcCenterOffsetXYAngle | 2 |
Draw an arc using a center coordinate, an offset starting coordinate,
and a sweep angle.
|
| DrawArcCenterRadiusStartSweepAngle | 3 |
Draw an arc using a center coordinate, a radius, a start angle, and a
sweep angle.
|
| DrawCircleCenterDiameter | 4 |
Draw a circle using a center reference point and diameter.
|
| DrawCircleCenterRadius | 5 |
Draw a circle using a center reference point and radius.
|
| DrawCircleDiameter | 6 |
Draw a circle using corner X, Y references and diameter.
|
| DrawCircleRadius | 7 |
Draw a circle using corner X, Y references and radius.
|
| DrawEllipseCenterDiameterXY | 8 |
Draw an ellipse using a center reference point and independent
diameters.
|
| DrawEllipseCenterRadiusXY | 9 |
Draw an ellipse using a center reference point and independent
radii.
|
| DrawEllipseDiameterXY | 10 |
Draw an ellipse using corner X, Y references and independent
diameters.
|
| DrawEllipseLengthWidth | 11 |
Draw an ellipse using corner X, Y starting references, length, and
width.
|
| DrawEllipseRadiusXY | 12 |
Draw an ellipse using corner X, Y references and independent
radii.
|
| DrawEllipseXY | 13 |
Draw an ellipse using starting and ending X, Y coordinates.
|
| DrawLineAngleLength | 14 |
Draw a line using a point, an angle, and a length.
|
| DrawLineLengthWidth | 15 |
Draw a line using a point, a length, and a width.
|
| DrawLineXY | 16 |
Draw a line using two points.
|
| DrawPath | 17 |
Draw the path specified in the PathData property.
|
| DrawRectangleCenterLengthWidth | 18 |
Draw a rectangle using a center coordinate, length, and width.
|
| DrawRectangleLengthWidth | 19 |
Draw a rectangle using a corner, length, and width.
|
| DrawRectangleXY | 20 |
Draw a rectangle using two corner points.
|
| FillCircleCenterDiameter | 21 |
Fill a circle using the center reference and a diameter.
|
| FillCircleCenterRadius | 22 |
Fill a circle using its center reference and a radius.
|
| FillCircleDiameter | 23 |
Fill a circle using its corner reference and a diameter.
|
| FillCircleRadius | 24 |
Fill a circle using its corner reference and a radius.
|
| FillEllipseCenterDiameterXY | 25 |
Fill an ellipse using a center reference point and independent
diameter values.
|
| FillEllipseCenterRadiusXY | 26 |
Fill an ellipse using a center reference point and independent
radii.
|
| FillEllipseDiameterXY | 27 |
Fill an ellipse using a corner point and independent diameter values.
|
| FillEllipseLengthWidth | 28 |
Fill an ellipse using corner X, Y starting references, length, and
width.
|
| FillEllipseRadiusXY | 29 |
Fill an ellipse using a corner point and independent radii.
|
| FillEllipseXY | 30 |
Fill an ellipse using starting and ending X, Y coordinates.
|
| FillPath | 31 |
Fill the path specified in the PathData property.
|
| FillRectangleCenterLengthWidth | 32 |
Fill a rectangle using a center coordinate, length, and width.
|
| FillRectangleLengthWidth | 33 |
Fill a rectangle using one corner, width, and height.
|
| FillRectangleXY | 34 |
Fill a rectangle using two corners.
|
| MoveAngleLength | 35 |
Move the bit, without cutting, at an angle, by a specified length.
|
| MoveXY | 36 |
Move the tool, without cutting, to the specified coordinate.
|
| PointXY | 37 |
Drill at a point represented by the X and Y coordinates.
|