PlyLoadOptions
Overview
PlyLoadOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: LoadOptions.
PlyLoadOptions.PlyLoadOptions creates a new instance with default options for loading PLY files.
This class provides 2 methods for working with PlyLoadOptions objects in .NET programs.
Available methods include: IOConfig, PlyLoadOptions.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Encoding, FileFormat, FileName, FileSystem, FileSystemFactory, LookupPaths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the file system factory. |
FileFormat | FileFormat | Read | Gets the file format. |
Encoding | Encoding | Read/Write | Gets or sets the encoding. |
FileSystem | FileSystem | Read/Write | Gets or sets the file system. |
LookupPaths | List<string> | Read/Write | Gets or sets the lookup paths. |
FileName | string | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
PlyLoadOptions() | Creates a new instance with default options for loading PLY files |
IOConfig() |