public class CadEllipse extends CadArc
Class describing Cad ellipse
Constructor and Description |
---|
CadEllipse()
Initializes a new instance of the
CadEllipse class. |
Modifier and Type | Method and Description |
---|---|
double |
getAxisRatio()
Gets or sets the axis ratio.
|
CadShortParameter |
getCounterclockwiseFlag()
Gets or sets the counterclockwise flag.
|
Cad3DPoint |
getMajorEndPoint()
Gets or sets the majour end point.
|
Cad3DPoint |
getMinorEndPoint()
Gets the minor end point.
|
void |
setAxisRatio(double value)
Gets or sets the axis ratio.
|
void |
setCounterclockwiseFlag(CadShortParameter value)
Gets or sets the counterclockwise flag.
|
void |
setMajorEndPoint(Cad3DPoint value)
Gets or sets the majour end point.
|
getArcExtrusionDirection, getCounterClockwize, getEndAngle, getStartAngle, setArcExtrusionDirection, setCounterClockwize, setEndAngle, setStartAngle
getAttribute6, getAttribute62, getCenterPoint, getRadius, getThickness, setAttribute6, setAttribute62, setCenterPoint, setRadius, setThickness
getExtrusionDirection, setExtrusionDirection
getAttribute160, 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, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadEllipse()
Initializes a new instance of the CadEllipse
class.
public CadShortParameter getCounterclockwiseFlag()
Gets or sets the counterclockwise flag.
public void setCounterclockwiseFlag(CadShortParameter value)
Gets or sets the counterclockwise flag.
value
- The counterclockwise flag.public double getAxisRatio()
Gets or sets the axis ratio.
public void setAxisRatio(double value)
Gets or sets the axis ratio.
value
- The axis ratio.public Cad3DPoint getMajorEndPoint()
Gets or sets the majour end point.
public void setMajorEndPoint(Cad3DPoint value)
Gets or sets the majour end point.
value
- The majour end point.public final Cad3DPoint getMinorEndPoint()
Gets the minor end point.