Enum ToleranceZoneType
Defines the various types of tolerance zone.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 17, 0, 0)]
public enum ToleranceZoneType
Remarks
This enum is available since v7.17.000.000.
Fields
| Name | Description |
|---|---|
| Box | The tolerance zone is a box. |
| Cylinder | The tolerance zone is a cylinder. |
| GraphicCylinder | The tolerance zone is a cylinder, with a graphic Ø symbol. |
| GraphicSphere | The tolerance zone is a sphere, with a graphic SØ symbol. |
| None | Unknown tolerance zone (general case). |
| Sphere | The tolerance zone is a sphere. |