Click or drag to resize

ShapeFactoryCreateEllipseArc Method

Create a new instance of elliptical arc.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract EllipseArcShape CreateEllipseArc(
	Point2d center,
	double majorRadius,
	double minorRadius,
	double angle,
	double startAngle,
	double endAngle
)

Parameters

center
Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the center point Point2d
majorRadius
Type: SystemDouble
long diameter
minorRadius
Type: SystemDouble
Short diameter
angle
Type: SystemDouble
Long diameter tilt angle (Degree)
startAngle
Type: SystemDouble
Starting angle (Degree)
endAngle
Type: SystemDouble
End angle (Degree)

Return Value

Type: EllipseArcShape
Represents an elliptical arc shape EllipseArcShape
See Also