Class ArcBreakMode
The mode to break circular arcs: do not break, break to cuts, to halfs or to quarters.
Inheritance
object
ArcBreakMode
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class ArcBreakMode : Enum
Fields
Cuts
Break to cuts. OnGoto(ICLDGotoCommand, CLDArray) handler will be called several times instead of each OnCircle(ICLDCircleCommand, CLDArray).
Declaration
public const ArcBreakMode Cuts = 1
Field Value
Type | Description |
---|---|
ArcBreakMode |
Halfs
Each arc over 180 degrees will be split in halfs.
Declaration
public const ArcBreakMode Halfs = 2
Field Value
Type | Description |
---|---|
ArcBreakMode |
No
Do not break arcs. The arcs will be handled as they are.
Declaration
public const ArcBreakMode No = 0
Field Value
Type | Description |
---|---|
ArcBreakMode |
Quaters
Each arc over 90 degrees will be split in quarters.
Declaration
public const ArcBreakMode Quaters = 3
Field Value
Type | Description |
---|---|
ArcBreakMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |