FbxSaveOptions

FbxSaveOptions

Overview

FbxSaveOptions is a class in Aspose.3D FOSS for .NET. Inherits from: SaveOptions.

Save options for FBX format

This class provides 4 methods for working with FbxSaveOptions objects in .NET programs. Available methods include: FbxSaveOptions, SaveOptions. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: EmbedTextures, EnableCompression, Encoding, ExportLegacyMaterialProperties, ExportTextures, FileFormat, and 8 more.

Properties

NameTypeAccessDescription
ReusePrimitiveMeshboolRead/WriteReuse the mesh for the primitives with same parameters, this will significantly reduce the size of FBX output which scene was constructed by large set of primitive shapes(like imported from CAD files).
EnableCompressionboolRead/WriteCompression large binary data in the FBX file(e.g.
FoldRepeatedCurveDataNullable<bool>Read/WriteGets or sets whether reuse repeated curve data by increasing last data’s ref count
ExportLegacyMaterialPropertiesboolRead/WriteGets or sets whether export legacy material properties, used for back compatibility.
VideoForTextureboolRead/WriteGets or sets whether generate a Video instance for when exporting as FBX.
EmbedTexturesboolRead/WriteGets or sets whether to embed the texture to the final output file.
GenerateVertexElementMaterialboolRead/WriteGets or sets whether always generate a for geometries if the attached node contains materials.
ExportTexturesboolRead/WriteTry to copy textures used in scene to output directory.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the factory class for FileSystem.
FileFormatFileFormatReadGets the file format that specified in current Save/Load option.
EncodingEncodingRead/WriteGets or sets the default encoding for text-based files.
FileSystemFileSystemRead/WriteAllow user to handle how to manage the external dependencies during load/save.
LookupPathsList<string>Read/WriteSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
FileNamestringRead/WriteThe file name of the exporting/importing scene.

Methods

SignatureDescription
FbxSaveOptions(format: FileFormat)Initializes a
FbxSaveOptions(contentType: FileContentType)Initialize a using latest supported version.
SaveOptions()Initializes a new instance of the SaveOptions class.
SaveOptions(format: FileFormat)Initializes a new instance of the SaveOptions class with a file format.

See Also

 English