Constructor CylinderStockType
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. |