public class CadCircle extends CadBaseExtrudedEntity
Class describing Cad circle
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadCircle()
Initializes a new instance of the
CadCircle class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
Cad3DPoint |
getCenterPoint()
Gets or sets the centerPoint.
|
double |
getRadius()
Gets or sets the radius.
|
double |
getThickness()
Gets or sets the thickness.
|
void |
setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
|
void |
setRadius(double value)
Gets or sets the radius.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
getExtrusionDirection, mergeProperties_internalized, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public Cad3DPoint getCenterPoint()
Gets or sets the centerPoint.
Value: The centerPoint.public void setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
Value: The centerPoint.public double getRadius()
Gets or sets the radius.
Value: The radius.public void setRadius(double value)
Gets or sets the radius.
Value: The radius.public double getThickness()
Gets or sets the thickness.
Value: The thickness.public void setThickness(double value)
Gets or sets the thickness.
Value: The thickness.public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.