CadBlockFlipAction

Inheritance: java.lang.Object, CadBlockAction

Class describing BLOCKFLIPACTION object.

Constructors

ConstructorDescription
CadBlockFlipAction()Initializes a new instance of the CadBlockFlipAction class.

Methods

MethodDescription
getBlockFlipActionParameterList()Gets or sets the block flip action parameter list.
setBlockFlipActionParameterList(List value)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 - The block flip action parameter list.

setBlockFlipActionParameterList(List value)

public void setBlockFlipActionParameterList(List<CadParameter> value)

Gets or sets the block flip action parameter list.

Parameters:

ParameterTypeDescription
valueListThe block flip action parameter list.