DracoCompression Methods |
The DracoCompression type exposes the following members.
| Name | Description | |
|---|---|---|
| Compress(Mesh) |
Compress a mesh using default compression options.
| |
| Compress(PointCloud) |
Compress a point cloud
| |
| Compress(Mesh, DracoCompressionOptions) |
Compress a mesh
| |
| Compress(PointCloud, DracoCompressionOptions) |
Compress a point cloud
| |
| DecompressBase64String |
Decompress base64 encoded version of Draco data into either a mesh or point cloud
| |
| DecompressByteArray |
Decompress data into either a mesh or point cloud.
| |
| DecompressFile |
Read compressed data from disk and decompress to RhinoCommon geometry
| |
| Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizer for DracoCompression
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToBase64String |
Convert byte array of Draco compressed data into a base64 encoded string
| |
| ToByteArray |
Gets the Draco compressed data as a byte array
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Write the compressed data to disk
|