public class CadCircle extends CadExtrudedEntityBase implements IAnnotateable
Class describing Cad circle
| Constructor and Description |
|---|
CadCircle()
Initializes a new instance of the
CadCircle class. |
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.
|
Point3D |
getDefaultPoint()
Gets the default point.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
String |
getId()
Gets the identifier.
|
double |
getRadius()
Gets or sets the radius.
|
double |
getThickness()
Gets or sets the thickness.
|
CadEntityTypeName |
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.
|
getArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildspublic CadCircle()
Initializes a new instance of the CadCircle class.
public 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 String getId()
CadEntityBaseGets the identifier.
Value: The identifier.getId in interface IDrawingEntitygetId in class CadEntityBasepublic CadEntityTypeName getTypeName()
Gets the name of the type.
getTypeName in class CadEntityBasepublic Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection in class CadExtrudedEntityBasepublic void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection in class CadExtrudedEntityBasepublic 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.public final Point3D getDefaultPoint()
Gets the default point.
Value: The default point.getDefaultPoint in interface IAnnotateableCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.