Class BlockStockType
Represents a Block 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 BlockStockType : StockType
Remarks
This class is available since v7.15.
Constructors
| Name | Description |
|---|---|
| BlockStockType(SmartFrame3D, SmartReal, SmartReal, SmartReal, SmartReal, SmartReal, SmartReal) | Initializes a new instance of a BlockStockType class. |
Fields
| Name | Description |
|---|---|
| Frame | Frame. |
| Xminus | X-. |
| Xplus | X+. |
| Yminus | Y-. |
| Yplus | Y+. |
| Zminus | Z-. |
| Zplus | Z+. |