Class OffWriter
OFF format writer class.
Inheritance
System.Object
OffWriter
Namespace: Paramdigma.Core.IO
Assembly: Paramdigma.Core.dll
Syntax
public static class OffWriter : object
Methods
| Improve this Doc View SourceWriteMeshToFile(Mesh, String)
Write a Half-Edge mesh to a .OFF file.
Declaration
public static OffResult WriteMeshToFile(Mesh mesh, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh | Half-edge mesh to export. |
System.String | filePath | Path to save the file to. |
Returns
Type | Description |
---|---|
OffResult |