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

FIS.ProjectPointOntoSurface Method

Returns an interpolated single point of a surface given its coordinates in surface coordinate system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProjectPointOntoSurface
(
	FilNet.Surface inSurface,
	FilNet.Point2D inPoint,
	int inInterpolationRadius,
	NullableValue<FilNet.Point3D> outSurfaceRealPoint,
	NullableValue<FilNet.Point2D> outSurfaceGridPoint
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPointFilNet.Point2DCoordinates of the input point in surface coordinate system.
inInterpolationRadiusint<0, 65535>0Radius of vicinity being taken into account to interpolate not existing point. Default value: 0.
outSurfaceRealPointFilNet.NullableValue<FilNet.Point3D>Output point in surface coordinate system. Can be null to skip this parameter calculation.
outSurfaceGridPointFilNet.NullableValue<FilNet.Point2D>Output point in surface grid coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also