PlySaveOptions Class
Save options for exporting scene as PLY file.
Inheritance Hierarchy
SystemObject
  Aspose.ThreeD.FormatsIOConfig
    Aspose.ThreeD.FormatsSaveOptions
      Aspose.ThreeD.FormatsPlySaveOptions

Namespace: Aspose.ThreeD.Formats
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PlySaveOptions : SaveOptions

The PlySaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodPlySaveOptions
Constructor of PlySaveOptions
Public methodPlySaveOptions(FileContentType)
Constructor of PlySaveOptions
Properties
  NameDescription
Public propertyColorComponents
The component names for vertex color, default value is ("red", "green", "blue")
Public propertyFaceElement
The element name for the face data, default value is "face"
Public propertyFaceProperty
The property name for the face data, default value is "vertex_index"
Public propertyFileFormat
Gets the file format that specified in current Save/Load option.
(Inherited from IOConfig.)
Public propertyFileName
The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ's material.
(Inherited from IOConfig.)
Public propertyFileSystem
Allow user to handle how to manage the external dependencies during load/save.
(Inherited from IOConfig.)
Public propertyFlipCoordinate
Flip the coordinate while saving the scene, default value is true
Public propertyLookupPaths
Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
(Inherited from IOConfig.)
Public propertyNormalComponents
The component names for normal data, default valaue is ("nx", "ny", "nz")
Public propertyPointCloud
Export the scene as point cloud, the default value is false.
Public propertyPositionComponents
The component names for position data, default value is ("x", "y", "z")
Public propertyTextureCoordinateComponents
The component names for texture coordinate data, default value is ("u", "v")
Public propertyVertexElement
The element name for the vertex data, default value is "vertex"
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodLookupForFile
Look up for file in given lookup paths User can override this to provide more customized file lookup mechanisms.
(Inherited from IOConfig.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also