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, setDbEvalExprParameterList
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public 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.