public class CadBlockRotationParameter extends CadBlock2PtParameters
Class block rotation parameter.
CadBaseObject| Constructor and Description |
|---|
CadBlockRotationParameter()
Initializes a new instance of the
CadBlockRotationParameter class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute305()
Gets or sets the attribute 305.
|
String |
getAttribute306()
Gets or sets the attribute 306.
|
List<CadParameter> |
getBlockRotationParameterList()
Gets or sets the block rotation parameter list.
|
void |
setAttribute305(String value)
Gets or sets the attribute 305.
|
void |
setAttribute306(String value)
Gets or sets the attribute 306.
|
void |
setBlockRotationParameterList(List<CadParameter> value)
Gets or sets the block rotation parameter list.
|
getAttribute280, getAttribute281, getBlock2PtParameterList, setAttribute280, setAttribute281, setBlock2PtParameterListgetDbEvalExprParameterList, setDbEvalExprParameterListgetChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadBlockRotationParameter()
Initializes a new instance of the CadBlockRotationParameter class.
public final List<CadParameter> getBlockRotationParameterList()
Gets or sets the block rotation parameter list.
public final void setBlockRotationParameterList(List<CadParameter> value)
Gets or sets the block rotation parameter list.
value - The block rotation parameter list.public final String getAttribute305()
Gets or sets the attribute 305.
public final void setAttribute305(String value)
Gets or sets the attribute 305.
value - The attribute 305.public final String getAttribute306()
Gets or sets the attribute 306.
public final void setAttribute306(String value)
Gets or sets the attribute 306.
value - The attribute 306.