Machining.AddZ (Point2D()(), Double) Method

Public Shared Function AddZ( _ 
ByVal pts As Point2D()(), _ 
ByVal zh As Double
) As Point3D()()
This language is not supported or no code example is available.
public static Point3D[][] AddZ( 
Point2D[][] pts
double zh 
)
This language is not supported or no code example is available.

Parameters

pts
Point2D[][]

zh
double

Return Value

Point3D[][]

.NET Framework

Supported in: 4.8

In this article

Definition