Point2DToPoint3D


Converts a point in 2D to a point in 3D.

Syntax

C++
C#
Python
 
def Point2DToPoint3D(
	inPoint2D: Point2D,
	/
)
-> outPoint3D: Point3D

Parameters

Name Type Default Description
Input value inPoint2D Point2D
Output value outPoint3D Point3D