SaveMatrix
Saves a serialized Matrix object as AVDATA file.
Syntax
C++
Python
def SaveMatrix( inMatrix: Matrix, inFilename: str, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | Matrix | Matrix to be serialized | |
![]() |
inFilename | str | Name of the target file |

