You are here: Start » FIL.NET » Invoke.SurfaceToPoint3DGrid

Invoke.SurfaceToPoint3DGrid

Converts a surface object to a grid of points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
outPoint3DGridFil.Point3DGridOutput point grid.

See also