public class CadCircle extends CadBaseExtrudedEntity
Class describing Cad circle
| Constructor and Description |
|---|
CadCircle()
Initializes a new instance of the
CadCircle class. |
| Modifier and Type | Method and Description |
|---|---|
CadStringParameter |
getAttribute6()
Gets or sets the attribute6.
|
CadShortParameter |
getAttribute62()
Gets or sets the attribute62.
|
Cad3DPoint |
getCenterPoint()
Gets or sets the centerPoint.
|
double |
getRadius()
Gets or sets the radius.
|
CadDoubleParameter |
getThickness()
Gets or sets the thickness.
|
void |
setAttribute6(CadStringParameter value)
Gets or sets the attribute6.
|
void |
setAttribute62(CadShortParameter value)
Gets or sets the attribute62.
|
void |
setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
|
void |
setRadius(double value)
Gets or sets the radius.
|
void |
setThickness(CadDoubleParameter value)
Gets or sets the thickness.
|
getExtrusionDirection, setExtrusionDirectiongetAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisiblegetHardOwner, getSoftOwner, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainerpublic CadShortParameter getAttribute62()
Gets or sets the attribute62.
public void setAttribute62(CadShortParameter value)
Gets or sets the attribute62.
value - The attribute62.public CadStringParameter getAttribute6()
Gets or sets the attribute6.
public void setAttribute6(CadStringParameter value)
Gets or sets the attribute6.
value - The attribute6.public Cad3DPoint getCenterPoint()
Gets or sets the centerPoint.
public void setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
value - The centerPoint.public double getRadius()
Gets or sets the radius.
public void setRadius(double value)
Gets or sets the radius.
value - The radius.public CadDoubleParameter getThickness()
Gets or sets the thickness.
public void setThickness(CadDoubleParameter value)
Gets or sets the thickness.
value - The thickness.