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

FIL.SurfaceToPoint3DArray

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outPoint3DArraySystem.Collections.Generic.IList<FilNet.Point3D>Output point array.

See also