LayoutActionType Enumeration
Enumeration of recognized layout actions.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public enum LayoutActionType
Public Enumeration LayoutActionType
No code example is currently available or this language may not be supported.
None | 0 |
No layout action defined or unknown.
|
DrawArc | 1 |
Plot an arc.
|
DrawEllipse | 2 |
Plot an ellipse.
|
DrawLine | 3 |
Plot a line.
|
DrawRectangle | 4 |
Plot a rectangle.
|
FillEllipse | 5 |
Plot a filled ellipse.
|
FillRectangle | 6 |
Plot a filled rectangle.
|
MoveExplicit | 7 |
Move the tool explicitly as a part of the project.
|
MoveImplicit | 8 |
Move the tool implicitly as a part of the present action.
|
Point | 9 |
Drill a hole.
|