You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | outPoint3DArray | System.Collections.Generic.List<Fil.Point3D> | Output point array. |