Arc(Point3D, Point3D, Point3D) Constructor

Center, start and end point constructor.
Public Sub New( _ 
ByVal center As Point3D, _ 
ByVal start As Point3D, _ 
ByVal end As Point3D
)
This language is not supported or no code example is available.
public Arc( 
Point3D center
Point3D start
Point3D end 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

3D center point

start
Point3D

3D start point

end
Point3D

3D end point

Remarks
 
Center, start point and end point must be non collinear.

.NET Framework

Supported in: 4.8

In this article

Definition