Arc(devDept.Geometry.Plane, Point3D, Double, Double) Constructor

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

Parameters

arcPlane
devDept.Geometry.Plane

Plane

center
Point3D

3D center point

radius
double

Radius

angleInRadians
double

Span angle in radians

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition