public class CadEllipse extends CadArc
Class describing Cad ellipse
Constructor and Description |
---|
CadEllipse(Cad3DPoint centerPoint,
Cad3DPoint majorEndPoint,
double axisRatio)
Initializes a new instance of the
CadEllipse class. |
Modifier and Type | Method and Description |
---|---|
double |
getAxisRatio()
Gets or sets the radius.
|
Cad3DPoint |
getCenterPoint()
Gets or sets the centerPoint.
|
short |
getCounterclockwiseFlag()
Gets or sets the counterclockwise flag.
|
double |
getEndAngle()
Gets or sets the End angle.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Cad3DPoint |
getMajorEndPoint()
Gets or sets the majour end point.
|
Cad3DPoint |
getMinorEndPoint()
Gets the minor end point.
|
double |
getStartAngle()
Gets or sets the Start angle.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setAxisRatio(double value)
Gets or sets the radius.
|
void |
setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
|
void |
setCounterclockwiseFlag(short value)
Gets or sets the counterclockwise flag.
|
void |
setEndAngle(double value)
Gets or sets the End angle.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setMajorEndPoint(Cad3DPoint value)
Gets or sets the majour end point.
|
void |
setStartAngle(double value)
Gets or sets the Start angle.
|
getArcExtrusionDirection, getCounterClockwize, setArcExtrusionDirection, setCounterClockwize
getRadius, getThickness, setRadius, setThickness
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 CadEllipse(Cad3DPoint centerPoint, Cad3DPoint majorEndPoint, double axisRatio)
Initializes a new instance of the CadEllipse
class.
centerPoint
- Start point.majorEndPoint
- Endpoint of major axis.axisRatio
- Ratio of minor axis to major axis.com.aspose.ms.System.ArgumentNullException
- Thrown when one of arguments is nullpublic int getTypeName()
Gets the name of the type.
getTypeName
in class CadArc
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadCircle
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadCircle
public Cad3DPoint getCenterPoint()
Gets or sets the centerPoint.
getCenterPoint
in class CadCircle
public void setCenterPoint(Cad3DPoint value)
Gets or sets the centerPoint.
setCenterPoint
in class CadCircle
value
- The centerPoint.public final double getAxisRatio()
Gets or sets the radius.
public final void setAxisRatio(double value)
Gets or sets the radius.
value
- The radius.public double getStartAngle()
Gets or sets the Start angle.
getStartAngle
in class CadArc
public void setStartAngle(double value)
Gets or sets the Start angle.
setStartAngle
in class CadArc
value
- Start angle.public double getEndAngle()
Gets or sets the End angle.
getEndAngle
in class CadArc
public void setEndAngle(double value)
Gets or sets the End angle.
setEndAngle
in class CadArc
value
- End angle.public final short getCounterclockwiseFlag()
Gets or sets the counterclockwise flag.
public final void setCounterclockwiseFlag(short value)
Gets or sets the counterclockwise flag.
value
- The counterclockwise flag.public final Cad3DPoint getMajorEndPoint()
Gets or sets the majour end point.
public final 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.