Enum ArcBreakMode
The mode to break circular arcs: do not break, break to cuts, to halfs or to quarters.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum ArcBreakMode
Fields
Name | Description |
---|---|
Cuts | Break to cuts. OnGoto(ICLDGotoCommand, CLDArray) handler will be called several times instead of each OnCircle(ICLDCircleCommand, CLDArray). |
Halfs | Each arc over 180 degrees will be split in halfs. |
No | Do not break arcs. The arcs will be handled as they are. |
Quaters | Each arc over 90 degrees will be split in quarters. |