public class CadEllipse extends CadBaseExtrudedEntity
Class describing Cad ellipse
Parameters_internalized, typeName_internalized
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.
|
Cad3DPoint |
getCenterPoint()
Gets or sets the center point.
|
double |
getEnd()
Gets or sets the end.
|
Cad3DPoint |
getMajorEndPoint()
Gets or sets the majour end point.
|
double |
getStart()
Gets or sets the start.
|
void |
setAxisRatio(double value) |
void |
setCenterPoint(Cad3DPoint value) |
void |
setEnd(double value) |
void |
setMajorEndPoint(Cad3DPoint value) |
void |
setStart(double value) |
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, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadEllipse()
Initializes a new instance of the CadEllipse
class.
public double getAxisRatio()
Gets or sets the axis ratio.
Value: The axis ratio.public void setAxisRatio(double value)
public Cad3DPoint getCenterPoint()
Gets or sets the center point.
Value: The center point.public void setCenterPoint(Cad3DPoint value)
public double getEnd()
Gets or sets the end.
Value: The end.public void setEnd(double value)
public Cad3DPoint getMajorEndPoint()
Gets or sets the majour end point.
Value: The majour end point.public void setMajorEndPoint(Cad3DPoint value)
public double getStart()
Gets or sets the start.
Value: The start.public void setStart(double value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.