public class CadAcshPyramidClass extends CadDbEvalExpr
Class describing CadAcshPyramidClass object.
| Constructor and Description |
|---|
CadAcshPyramidClass()
Initializes a new instance of the
CadAcshPyramidClass class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getShHistoryNodeParameterList()
Gets or sets the sh history node parameter list.
|
List<CadParameter> |
getShPyramidParameterList()
Gets or sets the sh pyramid parameter list.
|
void |
setShHistoryNodeParameterList(List<CadParameter> value)
Gets or sets the sh history node parameter list.
|
void |
setShPyramidParameterList(List<CadParameter> value)
Gets or sets the sh pyramid parameter list.
|
getDbEvalExprParameterList, setDbEvalExprParameterListgetChildObjects, getTypeName, setChildObjectsgetHardOwner, getSoftOwner, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainerpublic CadAcshPyramidClass()
Initializes a new instance of the CadAcshPyramidClass class.
public List<CadParameter> getShHistoryNodeParameterList()
Gets or sets the sh history node parameter list.
public void setShHistoryNodeParameterList(List<CadParameter> value)
Gets or sets the sh history node parameter list.
value - The sh history node parameter list.public List<CadParameter> getShPyramidParameterList()
Gets or sets the sh pyramid parameter list.
public void setShPyramidParameterList(List<CadParameter> value)
Gets or sets the sh pyramid parameter list.
value - The sh pyramid parameter list.