You are here: Start » FIL.NET » FIL.ProjectPointOntoSurface
Returns an interpolated single point of a surface given its coordinates in surface coordinate system.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProjectPointOntoSurface ( FilNet.Surface inSurface, FilNet.Point2D inPoint, NullableValue<FilNet.Point3D> outSurfaceRealPoint, NullableValue<FilNet.Point2D> outSurfaceGridPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inPoint | FilNet.Point2D | Coordinates of the input point in surface coordinate system. | ||
![]() | outSurfaceRealPoint | FilNet.NullableValue<FilNet.Point3D> | Output point in surface coordinate system. Can be null to skip this parameter calculation. | ||
![]() | outSurfaceGridPoint | FilNet.NullableValue<FilNet.Point2D> | Output point in surface grid coordinate system. Can be null to skip this parameter calculation. |