CadBlockAligmentGrip
Contents
[
Hide
]Inheritance: java.lang.Object, CadBlockGrip
Class describing CadBlockAligmentGrip object.
Constructors
| Constructor | Description |
|---|---|
| CadBlockAligmentGrip() | Initializes a new instance of the CadBlockAligmentGrip class. |
Methods
| Method | Description |
|---|---|
| getBlockAligmentGripParameterList() | Gets or sets the block aligment grip parameter list. |
| setBlockAligmentGripParameterList(List | Gets or sets the block aligment grip parameter list. |
CadBlockAligmentGrip()
public CadBlockAligmentGrip()
Initializes a new instance of the CadBlockAligmentGrip class.
getBlockAligmentGripParameterList()
public List<CadParameter> getBlockAligmentGripParameterList()
Gets or sets the block aligment grip parameter list.
Returns: List
setBlockAligmentGripParameterList(List value)
public void setBlockAligmentGripParameterList(List<CadParameter> value)
Gets or sets the block aligment grip parameter list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The block aligment grip parameter list. |