ShapeCollectionAddEllipseArc Method |
Add an 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 AddEllipseArc(
Point2d center,
double majorRadius,
double minorRadius,
double angle,
double startAngle,
double endAngle
)
Public MustOverride Function AddEllipseArc (
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