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

FIS.FisFilter_GetSurfaceElement Method

Gets the value of a single point of a surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_GetSurfaceElement
(
	FilNet.Surface inSurface,
	FilNet.Location inLocation,
	out FilNet.Point3D outPoint
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inLocationFilNet.LocationLocation of the surface point to be accessed.
outPointFilNet.Point3DOutput point of the input surface.

See also