SceneSave Method (String, FileFormat, CancellationToken)
Saves the scene to specified path using specified file format.

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public void Save(
	string fileName,
	FileFormat format,
	CancellationToken cancellationToken = null
)

Parameters

fileName
Type: SystemString
File name.
format
Type: Aspose.ThreeDFileFormat
Format.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
Cancellation token to the save task
See Also