UsdSaveOptions constructor
__init__(self)
Initialize a new UsdSaveOptions with FileFormat.USD format
def __init__(self):
...
__init__(self, file_format)
Initialize a new UsdSaveOptions with specified USD/USDZ format.
def __init__(self, file_format):
...
| Parameter | Type | Description |
|---|---|---|
| file_format | aspose.threed.FileFormat |
See Also
- module
aspose.threed.formats - class
UsdSaveOptions