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 |
|---|---|
double |
getHeight()
The height
|
CadAcshHistoryNode |
getHistoryNode()
The HistoryNode
|
int |
getMajor()
The major
|
int |
getMinor()
The minor
|
double |
getRadius()
The radius
|
List<CadParameter> |
getShHistoryNodeParameterList()
Gets or sets the sh history node parameter list.
|
List<CadParameter> |
getShPyramidParameterList()
Gets or sets the sh pyramid parameter list.
|
int |
getSides()
The sides
|
double |
getTopRadius()
The top radius
|
void |
setHeight(double value)
The height
|
void |
setHistoryNode(CadAcshHistoryNode value)
The HistoryNode
|
void |
setMajor(int value)
The major
|
void |
setMinor(int value)
The minor
|
void |
setRadius(double value)
The radius
|
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.
|
void |
setSides(int value)
The sides
|
void |
setTopRadius(double value)
The top radius
|
getDbEvalExprParameterList, getEvalExprMajor, getEvalExprMinor, getEvalExprNodeId, getEvalExprParentId, getEvalExprValueCode, setDbEvalExprParameterList, setEvalExprMajor, setEvalExprMinor, setEvalExprNodeId, setEvalExprParentId, setEvalExprValueCodegetChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, 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.public final CadAcshHistoryNode getHistoryNode()
The HistoryNode
public final void setHistoryNode(CadAcshHistoryNode value)
The HistoryNode
public final int getMajor()
The major
public final void setMajor(int value)
The major
public final int getMinor()
The minor
public final void setMinor(int value)
The minor
public final double getHeight()
The height
public final void setHeight(double value)
The height
public final int getSides()
The sides
public final void setSides(int value)
The sides
public final double getRadius()
The radius
public final void setRadius(double value)
The radius
public final double getTopRadius()
The top radius
public final void setTopRadius(double value)
The top radius
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.