OperationLayoutCollectionAddEllipseCenterRadius Method
Add an ellipse shape to the operation layout, given the center and
radius.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static FPoint AddEllipseCenterRadius(
PatternOperationItem operation,
FPoint center,
float radiusX,
float radiusY,
FPoint location,
bool filled
)
Public Shared Function AddEllipseCenterRadius (
operation As PatternOperationItem,
center As FPoint,
radiusX As Single,
radiusY As Single,
location As FPoint,
filled As Boolean
) As FPoint
No code example is currently available or this language may not be supported.
- operation PatternOperationItem
-
Reference to the operation for which the layout is being prepared.
- center FPoint
-
Reference to the center offset of the ellipse.
- radiusX Single
-
The X-axis radius of the ellipse.
- radiusY Single
-
The Y-axis radius of the ellipse.
- location FPoint
-
Reference to the last known traveling tool location.
- filled Boolean
-
Value indicating whether the shape will be filled.
FPoint
Reference to the updated last known tool location, if found.
Otherwise, an empty coordinate.