You are here: Start » FIL.NET » Invoke.SavePoint3DGrid
Saves Point3DGrid in to file in one of the supported formats.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SavePoint3DGrid ( string inFile, Fil.Point3DGrid inPoint3DGrid, Fil.Point3DFileFormat inFileFormat, Fil.StreamMode inStreamMode )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | |||
![]() | inPoint3DGrid | Fil.Point3DGrid | |||
![]() | inFileFormat | Fil.Point3DFileFormat | PLY | Default value: PLY. | |
![]() | inStreamMode | Fil.StreamMode |

