You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Points2DToPoints3D_AxesPlane
Projects an array of 2D points onto a plane defined by 3D coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Points2DToPoints3D_AxesPlane ( IList<FilNet.Point2D> inPoints2D, FilNet.PlaneType inPlaneType, float inCoordinateValue, IList<FilNet.Point3D> outPoints3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints2D | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outPoints3D | System.Collections.Generic.IList<FilNet.Point3D> |
Function Overrides
- Points2DToPoints3D_AxesPlane(IList<Point2D>, PlaneType, Single, IList<Point3D>, Plane3D)
- Points2DToPoints3D_AxesPlane(IList<Point2D>, PlaneType, Single, IList<Point3D>, NullableValue<Plane3D>)