| 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
Syntaxpublic abstract EllipseArcShape CreateEllipseArc(
	Point2d center,
	double majorRadius,
	double minorRadius,
	double angle,
	double startAngle,
	double endAngle
)
Public MustOverride Function CreateEllipseArc ( 
	center As Point2d,
	majorRadius As Double,
	minorRadius As Double,
	angle As Double,
	startAngle As Double,
	endAngle As Double
) As EllipseArcShape
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
See Also