Tolerances Class |
public class Tolerances
The Tolerances type exposes the following members.
Name | Description | |
---|---|---|
![]() | Tolerances | Initializes a new instance of the Tolerances class |
Name | Description | |
---|---|---|
![]() | CircleToDrillRadius | If a circular arc has a radius of this or a less value, it can be replaced by a drill with the corresponding vector optimization method. In case of an elliptical arc there is no single radius. In this case the circumference of a circle with this radius is calculated, and an elliptical arc with the same or less circumference will be replaced. |
![]() | CollinearityDistance | This distance is used to detect collinearity of points on a polyline. Two first points define a line. A third point is to be considered laying on this line if its perpendicular distance is less than this value in micrometers. |
![]() | Location | This delta is used to compare locations. Locations are considered to be equal if their distance is less than this value in micrometers. |
![]() | NumOfPoints | This value is used when objects are converted into polylines. It controls how many points the resulting polyline will have. In a second step the number of polylines are reduced be removing straight points; in this second step TolerancesCollinearityDistance is used. |
![]() | ReplaceByDrill | Settings for replacing contour by drills. |
![]() | Sort | This delta is used for comparing locations in the sort optimization algorithm. |