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 Sub New( _ 
ByVal arc As Arc2d, _ 
ByVal z As Double
)
This language is not supported or no code example is available.
public Arc3d( 
Arc2d arc
double z 
)
This language is not supported or no code example is available.
public:  
Arc3d( 
Arc2d^ arc
double z 
)
This language is not supported or no code example is available.
public function Arc3d( 
arc : Arc2d
z : double 
);
This language is not supported or no code example is available.

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