You are here: Start » FIL.NET » Function Reference » Conversions » FIL.SurfaceToPoint3DGrid

FIL.SurfaceToPoint3DGrid

Converts a surface object to a grid of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SurfaceToPoint3DGrid
(
	FilNet.Surface inSurface,
	FilNet.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outPoint3DGridFilNet.Point3DGridOutput point grid.

See also