public abstract class CadBlock1PtParameters extends CadBlockElement
Class describing block parameters.
CadBlockElement| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getBlock1PtParameterList()
Gets or sets the block1 pt parameter list.
|
List<CadParameter> |
getBlockParameterList()
Gets or sets the block parameter list.
|
void |
setBlock1PtParameterList(List<CadParameter> value)
Gets or sets the block1 pt parameter list.
|
void |
setBlockParameterList(List<CadParameter> value)
Gets or sets the block parameter list.
|
getDbEvalExprParameterList, setDbEvalExprParameterListgetChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic List<CadParameter> getBlockParameterList()
Gets or sets the block parameter list.
public void setBlockParameterList(List<CadParameter> value)
Gets or sets the block parameter list.
value - The block parameter list.public List<CadParameter> getBlock1PtParameterList()
Gets or sets the block1 pt parameter list.
public void setBlock1PtParameterList(List<CadParameter> value)
Gets or sets the block1 pt parameter list.
value - The block1 pt parameter list.