Class CylinderStockType
Represents a Cylinder Stock Type.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public class CylinderStockType : StockType
Remarks
This class is available since v7.15.
Constructors
CylinderStockType(SmartAxis3D, SmartReal, SmartReal, SmartReal)
Initializes a new instance of a CylinderStockType class.
Declaration
public CylinderStockType(SmartAxis3D inAxis, SmartReal inDiameter, SmartReal inZminus, SmartReal inZplus)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartAxis3D | inAxis | The axis. |
| SmartReal | inDiameter | The diameter offset. |
| SmartReal | inZminus | The Z- offset. |
| SmartReal | inZplus | The Z+ offset. |
Remarks
By default, the constructor does not manage drillings.
CylinderStockType(SmartAxis3D, SmartReal, SmartReal, SmartReal, SmartBoolean, SmartReal)
Initializes a new instance of a CylinderStockType class.
Declaration
public CylinderStockType(SmartAxis3D inAxis, SmartReal inDiameter, SmartReal inZminus, SmartReal inZplus, SmartBoolean inIsManagingDrilling, SmartReal inInnerRadius)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartAxis3D | inAxis | The axis. |
| SmartReal | inDiameter | The diameter offset. |
| SmartReal | inZminus | The Z- offset. |
| SmartReal | inZplus | The Z+ offset. |
| SmartBoolean | inIsManagingDrilling | Tells wether drillings are managed. |
| SmartReal | inInnerRadius | The inner radius. |
Fields
Axis
Axis.
Declaration
public SmartAxis3D Axis
Field Value
| Type | Description |
|---|---|
| SmartAxis3D |
Diameter
Radius.
Declaration
public SmartReal Diameter
Field Value
| Type | Description |
|---|---|
| SmartReal |
InnerRadius
Inner Radius.
Declaration
public SmartReal InnerRadius
Field Value
| Type | Description |
|---|---|
| SmartReal |
IsManagingDrilling
Manage Drilling.
Declaration
public SmartBoolean IsManagingDrilling
Field Value
| Type | Description |
|---|---|
| SmartBoolean |
Zminus
Z-.
Declaration
public SmartReal Zminus
Field Value
| Type | Description |
|---|---|
| SmartReal |
Zplus
Z+.
Declaration
public SmartReal Zplus
Field Value
| Type | Description |
|---|---|
| SmartReal |