public class DgnCircle extends DgnArcBasedElement
Represents circle
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 |
getCenter()
Gets center point of circle
|
double |
getRadius()
Gets radius of circle
|
getMaxPoint, getMinPoint, getOrigin, getPrimaryAxis, getRotation, getSecondaryAxis, getStartAngle, getSweepAngle
getQuaternionRotations
getMetadata
public DgnCircle(DgnPoint center, double radius, DgnQuaternion quaternion)
Initializes a new instance of the DgnCircle
class.
center
- The center.radius
- The radius.quaternion
- The quaternion.public DgnPoint getCenter()
Gets center point of circle
public double getRadius()
Gets radius of circle