public class CadCircle extends CadBaseExtrudedEntity
Class describing Cad circle
| Constructor and Description |
|---|
CadCircle(Cad3DPoint centerPoint,
double radius)
Initializes a new instance of the
CadCircle class. |
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getCenterPoint()
Gets or sets the centerPoint.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
double |
getRadius()
Gets or sets the radius.
|
double |
getThickness()
Gets or sets the thickness.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setRadius(double value)
Gets or sets the radius.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadCircle(Cad3DPoint centerPoint, double radius)
Initializes a new instance of the CadCircle class.
centerPoint - Start point.radius - Radius.com.aspose.ms.System.ArgumentNullException - Thrown when center point is nullpublic int getTypeName()
Gets the name of the type.
getTypeName in class CadBaseEntitypublic Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection in class CadBaseExtrudedEntitypublic void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection in class CadBaseExtrudedEntitypublic Cad3DPoint getCenterPoint()
Gets or sets the centerPoint.
public void setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
value - The centerPoint.public final double getRadius()
Gets or sets the radius.
public final void setRadius(double value)
Gets or sets the radius.
value - The radius.public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
value - The thickness.