FbxSaveOptions constructor
__init__(self, format)
Initializes a FbxSaveOptions
def __init__(self, format):
...
Parameter | Type | Description |
---|---|---|
format | FileFormat | Instance of FileFormat , it should be a valid FBX format. |
__init__(self, content_type)
Initialize a FbxSaveOptions
using latest supported version.
def __init__(self, content_type):
...
Parameter | Type | Description |
---|---|---|
content_type | FileContentType | Binary or ASCII |
See Also
- module
aspose.threed.formats
- class
FbxSaveOptions
- class
FileFormat