PlySaveOptions

PlySaveOptions

Overview

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

PlySaveOptions.PlySaveOptions constructs a new instance with default PLY save settings.

This class provides 2 methods for working with PlySaveOptions objects in .NET programs. Available methods include: IOConfig, PlySaveOptions. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Encoding, ExportTextures, FileFormat, FileName, FileSystem, FileSystemFactory, and 1 more.

Properties

NameTypeAccessDescription
ExportTexturesboolRead/WriteGets or sets the export textures.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the file system factory.
FileFormatFileFormatReadGets the file format.
EncodingEncodingRead/WriteGets or sets the encoding.
FileSystemFileSystemRead/WriteGets or sets the file system.
LookupPathsList<string>Read/WriteGets or sets the lookup paths.
FileNamestringRead/WriteGets or sets the file name.

Methods

SignatureDescription
PlySaveOptions()Constructs a new instance with default PLY save settings
IOConfig()

See Also