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

FIS.SurfaceToPoint3DGrid Method

Converts a surface object to a grid of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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