Enum EnclosingCylinderManagementType
Defines the various types of enclosing cylinder management.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 10, 0, 0)]
public enum EnclosingCylinderManagementType
Remarks
This enum is available since v7.10.
Fields
| Name | Description |
|---|---|
| Axial | Automatic enclosing cylinder with specified axis. |
| Manual | Specified enclosing cylinder parameters. |
| None | No enclosing cylinder management. |