CircularArc2d(Point2d, Double, Double, Double, Vector2d, Boolean) Constructor

Initializes a new instance of the CircularArc2d class

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.0.0
Syntax
public CircularArc2d(
        Point2d center,
        double radius,
        double startAngle,
        double endAngle,
        Vector2d referenceVector,
        bool isClockWise
)

Parameters

center  Point2d
 
radius  Double
 
startAngle  Double
 
endAngle  Double
 
referenceVector  Vector2d
 
isClockWise  Boolean
 
See Also

©  Bricsys NV. All rights reserved.