Enum BoundType
Defines the various types of coordinate computing for machinings.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public enum BoundType
Fields
| Name | Description |
|---|---|
| Automatic | Automatic computation of altitude. |
| Direct | Direct mode used only on five axis. |
| Finish | The value is the altitude of the finish. |
| IncrementalValue | The value is incremental and given by the smart value. |
| None | The computing is not enabled. |
| Point | The value is given by the given point. |
| SafetyShape | Safety Shape computation of altitude. |
| Stock | The value is the altitude of the stock. |
| Value | The value is absolute and given by the smart bound value. |