Constructor BlockStockType
BlockStockType(SmartFrame3D, SmartReal, SmartReal, SmartReal, SmartReal, SmartReal, SmartReal)
Initializes a new instance of a BlockStockType class.
Declaration
public BlockStockType(SmartFrame3D inFrame, SmartReal inXminus, SmartReal inXplus, SmartReal inYminus, SmartReal inYplus, SmartReal inZminus, SmartReal inZplus)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartFrame3D | inFrame | The frame. |
| SmartReal | inXminus | X- offset. |
| SmartReal | inXplus | X+ offset. |
| SmartReal | inYminus | Y- offset. |
| SmartReal | inYplus | Y+ offset. |
| SmartReal | inZminus | Z- offset. |
| SmartReal | inZplus | Z+ offset. |