FbxSaveOptions constructor

__init__(self, format)

Initializes a FbxSaveOptions


def __init__(self, format):
    ...
ParameterTypeDescription
formataspose.threed.FileFormatInstance 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):
    ...
ParameterTypeDescription
content_typeaspose.threed.FileContentTypeBinary or ASCII

See Also