CadAcshPyramidClass

Inheritance: java.lang.Object, CadDbEvalExpr

Class describing CadAcshPyramidClass object.

Constructors

ConstructorDescription
CadAcshPyramidClass()Initializes a new instance of the CadAcshPyramidClass class.

Methods

MethodDescription
getShHistoryNodeParameterList()Gets or sets the sh history node parameter list.
setShHistoryNodeParameterList(List value)Gets or sets the sh history node parameter list.
getShPyramidParameterList()Gets or sets the sh pyramid parameter list.
setShPyramidParameterList(List value)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 - The sh history node parameter list.

setShHistoryNodeParameterList(List value)

public void setShHistoryNodeParameterList(List<CadParameter> value)

Gets or sets the sh history node parameter list.

Parameters:

ParameterTypeDescription
valueListThe sh history node parameter list.

getShPyramidParameterList()

public List<CadParameter> getShPyramidParameterList()

Gets or sets the sh pyramid parameter list.

Returns: List - The sh pyramid parameter list.

setShPyramidParameterList(List value)

public void setShPyramidParameterList(List<CadParameter> value)

Gets or sets the sh pyramid parameter list.

Parameters:

ParameterTypeDescription
valueListThe sh pyramid parameter list.