You are here: Start » FIL.NET » FIL.SurfaceToPoint3DArray
Converts a surface object to an array of points.
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 | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outPoint3DArray | System.Collections.Generic.IList<FilNet.Point3D> | Output point array. |