You are here: Start » AVL.NET » Invoke.Points3DToPoints2D_AxesPlane
Projects an array of 3D points onto a plane defined by coordinate axes.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void Points3DToPoints2D_AxesPlane ( List<Avl.Point3D> inPoints3D, Avl.PlaneType inPlaneType, List<Avl.Point2D> outPoints2D, Optional<Avl.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | inPlaneType | Avl.PlaneType | |||
![]() | outPoints2D | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | outProjectionPlane | Atl.Optional<Avl.Plane3D> | Plane the input is projected onto. |