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

FIS.SurfaceToPoint3DArray Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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