Point3DToPoint2D


Converts a point in 3D to a point in 2D by ignoring its Z coordinate.

Syntax

C++
C#
Python
 
def Point3DToPoint2D(
	inPoint3D: Point3D,
	/
)
-> outPoint2D: Point2D

Parameters

Name Type Default Description
Input value inPoint3D Point3D
Output value outPoint2D Point2D