LoadPoint3DGridObject
Deserializes a profile from an AVDATA file.
Syntax
C++
C#
Python
def LoadPoint3DGridObject( inFilename: str, outPoint3DGrid: Point3DGrid, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFilename | str | Name of the source file | |
![]() |
outPoint3DGrid | Point3DGrid | Deserialized output Point3DGrid |


