public class CadBlockFlipAction extends CadBlockAction
Class describing BLOCKFLIPACTION object.
| Constructor and Description |
|---|
CadBlockFlipAction()
Initializes a new instance of the
CadBlockFlipAction class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getBlockFlipActionParameterList()
Gets or sets the block flip action parameter list.
|
void |
setBlockFlipActionParameterList(List<CadParameter> value)
Gets or sets the block flip action parameter list.
|
getBlockActionParameterList, setBlockActionParameterListgetDbEvalExprParameterList, setDbEvalExprParameterListgetChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadBlockFlipAction()
Initializes a new instance of the CadBlockFlipAction class.
public List<CadParameter> getBlockFlipActionParameterList()
Gets or sets the block flip action parameter list.
public void setBlockFlipActionParameterList(List<CadParameter> value)
Gets or sets the block flip action parameter list.
value - The block flip action parameter list.