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