Point2DToPoint3D_AxesPlane


Projects a 2D point onto a plane defined by 3D coordinate axes.

Syntax

C++
C#
Python
 
def Point2DToPoint3D_AxesPlane(
	inPoint2D: Point2D,
	inPlaneType: PlaneType,
	inCoordinateValue: float,
	/,
	*,
	outProjectionPlane: Plane3D | None = None
)
-> outPoint3D: Point3D

Parameters

Name Type Default Description
Input value inPoint2D Point2D
Input value inPlaneType PlaneType
Input value inCoordinateValue float Coordinate of the chosen axes plane
Output value outPoint3D Point3D
Output value outProjectionPlane Plane3D | None None Plane the input is projected onto