Struct ArcSettings
The settings to handle circular arcs and helixes.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public struct ArcSettings
Fields
BreakHelix
If true, then the helix will be split into linear cuts.
Declaration
public bool BreakHelix
Field Value
Type | Description |
---|---|
System.Boolean |
BreakMode
The mode to break circular arcs: do not break, break to cuts, to halfs or to quarters.
Declaration
public ArcBreakMode BreakMode
Field Value
Type | Description |
---|---|
ArcBreakMode |
MaxRadius
The maximal radius of circular arc after exceeding which it will be split into linear cuts. You can set zero to disable checking of maximal radius.
Declaration
public double MaxRadius
Field Value
Type | Description |
---|---|
System.Double |
Tolerance
The tolerance to split arcs and helix into linear cuts.
Declaration
public double Tolerance
Field Value
Type | Description |
---|---|
System.Double |