Class CylinderStockType
Represents a Cylinder Stock Type.
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 15, 0, 0)]
public class CylinderStockType : StockType
Remarks
This class is available since v7.15.
Constructors
| Name | Description |
|---|---|
| CylinderStockType(SmartAxis3D, SmartReal, SmartReal, SmartReal) | Initializes a new instance of a CylinderStockType class. |
| CylinderStockType(SmartAxis3D, SmartReal, SmartReal, SmartReal, SmartBoolean, SmartReal) | Initializes a new instance of a CylinderStockType class. |
Fields
| Name | Description |
|---|---|
| Axis | Axis. |
| Diameter | Radius. |
| InnerRadius | Inner Radius. |
| IsManagingDrilling | Manage Drilling. |
| Zminus | Z-. |
| Zplus | Z+. |