Arc(Point3D, Double, Double, Double) Constructor

Arc parallel to XY plane constructor.
Public Sub New( _ 
ByVal center As Point3D, _ 
ByVal radius As Double, _ 
ByVal startAngleInRadians As Double, _ 
ByVal endAngleInRadians As Double
)
This language is not supported or no code example is available.
public Arc( 
Point3D center
double radius
double startAngleInRadians
double endAngleInRadians 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

3D center point

radius
double

Radius

startAngleInRadians
double

Start angle in radians

endAngleInRadians
double

End angle in radians

Remarks
 
Angles can be negative. StartAngle must be smaller than EndAngle.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition