public class CadBlockLinearGrip extends CadBlockGrip
Class describing CadBlockLinearGrip object.
Constructor and Description |
---|
CadBlockLinearGrip()
Initializes a new instance of the
CadBlockLinearGrip class. |
Modifier and Type | Method and Description |
---|---|
CadDoubleParameter |
getAttribute140()
Gets or sets the attribute 140.
|
CadDoubleParameter |
getAttribute141()
Gets or sets the attribute 141.
|
CadDoubleParameter |
getAttribute142()
Gets or sets the attribute 142.
|
void |
setAttribute140(CadDoubleParameter value)
Gets or sets the attribute 140.
|
void |
setAttribute141(CadDoubleParameter value)
Gets or sets the attribute 141.
|
void |
setAttribute142(CadDoubleParameter value)
Gets or sets the attribute 142.
|
getDbEvalExprParameterList, setDbEvalExprParameterList
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBlockLinearGrip()
Initializes a new instance of the CadBlockLinearGrip
class.
public CadDoubleParameter getAttribute140()
Gets or sets the attribute 140.
public void setAttribute140(CadDoubleParameter value)
Gets or sets the attribute 140.
value
- The attribute 140.public CadDoubleParameter getAttribute141()
Gets or sets the attribute 141.
public void setAttribute141(CadDoubleParameter value)
Gets or sets the attribute 141.
value
- The attribute 141.public CadDoubleParameter getAttribute142()
Gets or sets the attribute 142.
public void setAttribute142(CadDoubleParameter value)
Gets or sets the attribute 142.
value
- The attribute 142.