Arc3d(Arc2d, Double) Constructor

Creates an arc in the XY plane with a given Z. This is faster than creating an 3d arc through 3 points.
public Arc3d( 
   Arc2d arc
   double z 
)

Parameters

arc
Arc2d

A 2d arc.

z
double

Z value.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition