ShapeCollectionAddArc Method |
Add an 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 ArcShape AddArc(
Point2d center,
double radius,
double startAngle,
double endAngle
)
Public MustOverride Function AddArc (
center As Point2d,
radius As Double,
startAngle As Double,
endAngle As Double
) As ArcShape
Parameters
- center
- Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the center point Point2d - radius
- Type: SystemDouble
radius - startAngle
- Type: SystemDouble
Starting angle (Degree) - endAngle
- Type: SystemDouble
End angle (Degree)
Return Value
Type:
ArcShape Represents a geometry of an arc
ArcShape See Also