You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.Point3DToPoint2D_AxesPlane

AVL.Point3DToPoint2D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Point3DToPoint2D_AxesPlane
(
	AvlNet.Point3D inPoint3D,
	AvlNet.PlaneType inPlaneType,
	out AvlNet.Point2D outPoint2D,
	out AvlNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inPlaneTypeAvlNet.PlaneType
outPoint2DAvlNet.Point2D
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Function Overrides

See also