Class BlockStockType
Represents a Block Stock Type.
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public class BlockStockType : StockType
Remarks
This class is available since v7.15.
Constructors
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. |
Fields
Frame
Frame.
Declaration
public SmartFrame3D Frame
Field Value
| Type | Description |
|---|---|
| SmartFrame3D |
Xminus
X-.
Declaration
public SmartReal Xminus
Field Value
| Type | Description |
|---|---|
| SmartReal |
Xplus
X+.
Declaration
public SmartReal Xplus
Field Value
| Type | Description |
|---|---|
| SmartReal |
Yminus
Y-.
Declaration
public SmartReal Yminus
Field Value
| Type | Description |
|---|---|
| SmartReal |
Yplus
Y+.
Declaration
public SmartReal Yplus
Field Value
| Type | Description |
|---|---|
| SmartReal |
Zminus
Z-.
Declaration
public SmartReal Zminus
Field Value
| Type | Description |
|---|---|
| SmartReal |
Zplus
Z+.
Declaration
public SmartReal Zplus
Field Value
| Type | Description |
|---|---|
| SmartReal |