CadBlockFlipAction
Contents
[
Hide
]Inheritance: java.lang.Object, CadBlockAction
Class describing BLOCKFLIPACTION object.
Constructors
| Constructor | Description |
|---|---|
| CadBlockFlipAction() | Initializes a new instance of the CadBlockFlipAction class. |
Methods
| Method | Description |
|---|---|
| getBlockFlipActionParameterList() | Gets or sets the block flip action parameter list. |
| setBlockFlipActionParameterList(List | Gets or sets the block flip action parameter list. |
CadBlockFlipAction()
public CadBlockFlipAction()
Initializes a new instance of the CadBlockFlipAction class.
getBlockFlipActionParameterList()
public List<CadParameter> getBlockFlipActionParameterList()
Gets or sets the block flip action parameter list.
Returns: List
setBlockFlipActionParameterList(List value)
public void setBlockFlipActionParameterList(List<CadParameter> value)
Gets or sets the block flip action parameter list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The block flip action parameter list. |