public class CadBlockLinearParameter extends CadBlock2PtParameters
Class describing BLOCKLINEARPARAMETER object.
Constructor and Description |
---|
CadBlockLinearParameter()
Initializes a new instance of the
CadBlockLinearParameter class. |
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
getBlockLinearParameterList()
Gets or sets the block linear parameter list.
|
void |
setBlockLinearParameterList(List<CadParameter> value)
Gets or sets the block linear parameter list.
|
getAttribute280, getAttribute281, getBlock2PtParameterList, setAttribute280, setAttribute281, setBlock2PtParameterList
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 CadBlockLinearParameter()
Initializes a new instance of the CadBlockLinearParameter
class.
public List<CadParameter> getBlockLinearParameterList()
Gets or sets the block linear parameter list.
public void setBlockLinearParameterList(List<CadParameter> value)
Gets or sets the block linear parameter list.
value
- The block linear parameter list.