public class CadBlockStretchActionElement extends Object
The Field data
| Constructor and Description |
|---|
CadBlockStretchActionElement()
Initializes a new instance of the
CadBlockStretchActionElement class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getParametersList()
Gets or sets the parameters list.
|
void |
setParametersList(List<CadParameter> value)
Gets or sets the parameters list.
|
public CadBlockStretchActionElement()
Initializes a new instance of the CadBlockStretchActionElement class.
public List<CadParameter> getParametersList()
Gets or sets the parameters list.
public void setParametersList(List<CadParameter> value)
Gets or sets the parameters list.
value - The parameters list.