LoadMatrix
Loads a serialized Matrix object from an AVDATA file.
Syntax
C++
Python
def LoadMatrix( inFilename: str, outMatrix: Matrix, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFilename | str | Name of the source file | |
![]() |
outMatrix | Matrix | Deserialized Matrix |


