public class CadBlockStretchAction extends CadBlockAction
Class describing BLOCKSTRETCHACTION object.
Constructor and Description |
---|
CadBlockStretchAction()
Initializes a new instance of the
CadBlockStretchAction class. |
Modifier and Type | Method and Description |
---|---|
Double |
getAttribute140()
Gets or sets the attribute 140.
|
Double |
getAttribute141()
Gets or sets the attribute 141.
|
Short |
getAttribute280()
Gets or sets the attribute 280.
|
String |
getAttribute301()
Gets or sets the attribute 301.
|
String |
getAttribute302()
Gets or sets the attribute 302.
|
Short |
getAttribute72()
Gets or sets the attribute 72.
|
Short |
getAttribute73()
Gets or sets the attribute 73.
|
Integer |
getAttribute92()
Gets or sets the attribute 92.
|
Integer |
getAttribute93()
Gets or sets the attribute 93.
|
List<CadBlockStretchActionElement> |
getBlockStretchActionElements()
Gets or sets the cad block stretch action elements.
|
void |
setAttribute140(Double value)
Gets or sets the attribute 140.
|
void |
setAttribute141(Double value)
Gets or sets the attribute 141.
|
void |
setAttribute280(Short value)
Gets or sets the attribute 280.
|
void |
setAttribute301(String value)
Gets or sets the attribute 301.
|
void |
setAttribute302(String value)
Gets or sets the attribute 302.
|
void |
setAttribute72(Short value)
Gets or sets the attribute 72.
|
void |
setAttribute73(Short value)
Gets or sets the attribute 73.
|
void |
setAttribute92(Integer value)
Gets or sets the attribute 92.
|
void |
setAttribute93(Integer value)
Gets or sets the attribute 93.
|
void |
setBlockStretchActionElements(List<CadBlockStretchActionElement> value)
Gets or sets the cad block stretch action elements.
|
getBlockActionParameterList, setBlockActionParameterList
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 CadBlockStretchAction()
Initializes a new instance of the CadBlockStretchAction
class.
public final List<CadBlockStretchActionElement> getBlockStretchActionElements()
Gets or sets the cad block stretch action elements.
public final void setBlockStretchActionElements(List<CadBlockStretchActionElement> value)
Gets or sets the cad block stretch action elements.
value
- The cad block stretch action elements.public final Integer getAttribute92()
Gets or sets the attribute 92.
public final void setAttribute92(Integer value)
Gets or sets the attribute 92.
value
- The attribute 92.public final String getAttribute301()
Gets or sets the attribute 301.
public final void setAttribute301(String value)
Gets or sets the attribute 301.
value
- The attribute 301.public final Integer getAttribute93()
Gets or sets the attribute 93.
public final void setAttribute93(Integer value)
Gets or sets the attribute 93.
value
- The attribute 93.public final String getAttribute302()
Gets or sets the attribute 302.
public final void setAttribute302(String value)
Gets or sets the attribute 302.
value
- The attribute 302.public final Short getAttribute72()
Gets or sets the attribute 72.
public final void setAttribute72(Short value)
Gets or sets the attribute 72.
value
- The attribute 72.public final Short getAttribute73()
Gets or sets the attribute 73.
public final void setAttribute73(Short value)
Gets or sets the attribute 73.
value
- The attribute 73.public final Double getAttribute141()
Gets or sets the attribute 141.
public final void setAttribute141(Double value)
Gets or sets the attribute 141.
value
- The attribute 141.public final Double getAttribute140()
Gets or sets the attribute 140.
public final void setAttribute140(Double value)
Gets or sets the attribute 140.
value
- The attribute 140.public final Short getAttribute280()
Gets or sets the attribute 280.
public final void setAttribute280(Short value)
Gets or sets the attribute 280.
value
- The attribute 280.