Enum MachiningDriverType
Defines the various types of machining process drivers
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 19, 0, 0)]
public enum MachiningDriverType
Remarks
This enum is available since v7.19.
Fields
| Name | Description |
|---|---|
| Boolean | Boolean. |
| Face | Face. |
| Integer | Integer. |
| Point | Point. |
| Real | Real. |
| Text | Text. |
| Tolerance | Tolerance. |