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, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
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 int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public 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.