SavePoint3DGridObject
Serializes a profile to an AVDATA file.
Syntax
C++
C#
Python
def SavePoint3DGridObject( inPoint3DGrid: Point3DGrid, inFilename: str, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | Point3DGrid | Point3DGrid to be serialized | |
![]() |
inFilename | str | Name of the target file |

