Package | Description |
---|---|
com.aspose.cad.fileformats.dgn | |
com.aspose.cad.fileformats.dgn.dgnelements |
Modifier and Type | Method and Description |
---|---|
DgnPoint |
DgnCircle.getCenter()
Gets center point of circle
|
DgnPoint |
DgnViewInfo.getDelta()
Gets or sets the delta.
|
DgnPoint |
DgnViewInfo.getOrigin()
Gets or sets the origin.
|
Modifier and Type | Method and Description |
---|---|
void |
DgnViewInfo.setDelta(DgnPoint value)
Gets or sets the delta.
|
void |
DgnViewInfo.setOrigin(DgnPoint value)
Gets or sets the origin.
|
Constructor and Description |
---|
DgnCircle(DgnPoint center,
double radius,
DgnQuaternion quaternion)
Initializes a new instance of the
DgnCircle class. |
Modifier and Type | Method and Description |
---|---|
DgnPoint |
DgnArcBasedElement.getOrigin()
Gets or sets Origin of ellipse
|
DgnPoint |
DgnCellHeaderElement.getOrigin()
Gets cell's origin point
|
DgnPoint |
DgnSharedCellElement.getOrigin()
Gets cell's origin point
|
DgnPoint |
DgnTextElement.getOrigin()
Gets or sets Bottom left corner of text
|
DgnPoint |
DgnRootElement.getOriginPoint()
Gets global origin point
|
DgnPoint |
DgnCellHeaderElement.getRangeBlockHi()
Gets cell's range block hi
|
DgnPoint |
DgnCellHeaderElement.getRangeBlockLow()
Gets cell's range block low
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DgnPoint> |
DgnLineElement.getVertices()
Gets vertices of the line
|