You are here: Start » FIL.NET » FIL.ProjectPointOntoSurface

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,
	out FilNet.Point3D outSurfaceRealPoint,
	out FilNet.Point2D outSurfaceGridPoint
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPointFilNet.Point2DCoordinates of the input point in surface coordinate system.
outSurfaceRealPointFilNet.Point3DOutput point in surface coordinate system.
outSurfaceGridPointFilNet.Point2DOutput point in surface grid coordinate system.

Function Overrides

See also