CircularArc2d(Point2d, Double) Constructor

Constructor for the CircularArc2d class. Creates a circle with the specified center and radius.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public CircularArc2d(
        Point2d center,
        double radius
)

Parameters

center  Point2d
[in] Center of the circle.
radius  Double
[in] Radius of the circle.
See Also

©  Bricsys NV. All rights reserved.