You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Points3DToPoints2D_AxesPlane
Projects an array of 3D points onto a plane defined by coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Points3DToPoints2D_AxesPlane ( IList<FilNet.Point3D> inPoints3D, FilNet.PlaneType inPlaneType, IList<FilNet.Point2D> outPoints2D, NullableValue<FilNet.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | outPoints2D | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outProjectionPlane | FilNet.NullableValue<FilNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Function Overrides
- Points3DToPoints2D_AxesPlane(IList<Point3D>, PlaneType, IList<Point2D>)
- Points3DToPoints2D_AxesPlane(IList<Point3D>, PlaneType, IList<Point2D>, Plane3D)