OperationActionEnum Enumeration

Enumeration of recognized cut types.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public enum OperationActionEnum

Members

None0 No cut type defined or unknown.
DrawArcCenterOffsetXY1 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.
DrawArcCenterOffsetXYAngle2 Draw an arc using a center coordinate, an offset starting coordinate, and a sweep angle.
DrawArcCenterRadiusStartSweepAngle3 Draw an arc using a center coordinate, a radius, a start angle, and a sweep angle.
DrawCircleCenterDiameter4 Draw a circle using a center reference point and diameter.
DrawCircleCenterRadius5 Draw a circle using a center reference point and radius.
DrawCircleDiameter6 Draw a circle using corner X, Y references and diameter.
DrawCircleRadius7 Draw a circle using corner X, Y references and radius.
DrawEllipseCenterDiameterXY8 Draw an ellipse using a center reference point and independent diameters.
DrawEllipseCenterRadiusXY9 Draw an ellipse using a center reference point and independent radii.
DrawEllipseDiameterXY10 Draw an ellipse using corner X, Y references and independent diameters.
DrawEllipseLengthWidth11 Draw an ellipse using corner X, Y starting references, length, and width.
DrawEllipseRadiusXY12 Draw an ellipse using corner X, Y references and independent radii.
DrawEllipseXY13 Draw an ellipse using starting and ending X, Y coordinates.
DrawLineAngleLength14 Draw a line using a point, an angle, and a length.
DrawLineLengthWidth15 Draw a line using a point, a length, and a width.
DrawLineXY16 Draw a line using two points.
DrawPath17 Draw the path specified in the PathData property.
DrawRectangleCenterLengthWidth18 Draw a rectangle using a center coordinate, length, and width.
DrawRectangleLengthWidth19 Draw a rectangle using a corner, length, and width.
DrawRectangleXY20 Draw a rectangle using two corner points.
FillCircleCenterDiameter21 Fill a circle using the center reference and a diameter.
FillCircleCenterRadius22 Fill a circle using its center reference and a radius.
FillCircleDiameter23 Fill a circle using its corner reference and a diameter.
FillCircleRadius24 Fill a circle using its corner reference and a radius.
FillEllipseCenterDiameterXY25 Fill an ellipse using a center reference point and independent diameter values.
FillEllipseCenterRadiusXY26 Fill an ellipse using a center reference point and independent radii.
FillEllipseDiameterXY27 Fill an ellipse using a corner point and independent diameter values.
FillEllipseLengthWidth28 Fill an ellipse using corner X, Y starting references, length, and width.
FillEllipseRadiusXY29 Fill an ellipse using a corner point and independent radii.
FillEllipseXY30 Fill an ellipse using starting and ending X, Y coordinates.
FillPath31 Fill the path specified in the PathData property.
FillRectangleCenterLengthWidth32 Fill a rectangle using a center coordinate, length, and width.
FillRectangleLengthWidth33 Fill a rectangle using one corner, width, and height.
FillRectangleXY34 Fill a rectangle using two corners.
MoveAngleLength35 Move the bit, without cutting, at an angle, by a specified length.
MoveXY36 Move the tool, without cutting, to the specified coordinate.
PointXY37 Drill at a point represented by the X and Y coordinates.

See Also