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