CadAcshPyramidClass
Contents
[
Hide
]Inheritance: java.lang.Object, CadDbEvalExpr
Class describing CadAcshPyramidClass object.
Constructors
| Constructor | Description |
|---|---|
| CadAcshPyramidClass() | Initializes a new instance of the CadAcshPyramidClass class. |
Methods
| Method | Description |
|---|---|
| getShHistoryNodeParameterList() | Gets or sets the sh history node parameter list. |
| setShHistoryNodeParameterList(List | Gets or sets the sh history node parameter list. |
| getShPyramidParameterList() | Gets or sets the sh pyramid parameter list. |
| setShPyramidParameterList(List | Gets or sets the sh pyramid parameter list. |
CadAcshPyramidClass()
public CadAcshPyramidClass()
Initializes a new instance of the CadAcshPyramidClass class.
getShHistoryNodeParameterList()
public List<CadParameter> getShHistoryNodeParameterList()
Gets or sets the sh history node parameter list.
Returns: List
setShHistoryNodeParameterList(List value)
public void setShHistoryNodeParameterList(List<CadParameter> value)
Gets or sets the sh history node parameter list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The sh history node parameter list. |
getShPyramidParameterList()
public List<CadParameter> getShPyramidParameterList()
Gets or sets the sh pyramid parameter list.
Returns: List
setShPyramidParameterList(List value)
public void setShPyramidParameterList(List<CadParameter> value)
Gets or sets the sh pyramid parameter list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The sh pyramid parameter list. |