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

Invoke.SurfaceToPoint3DArray

Converts a surface object to an array of points removing nonexistent ones.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceToPoint3DArray
(
	Fil.Surface inSurface,
	List<Fil.Point3D> outPoint3DArray
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
outPoint3DArraySystem.Collections.Generic.List<Fil.Point3D>Output point array.

See also