FilePlyWriteOptionsExportDoubles Property |
Determines whether vertexes are exported as doubles or floats.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntaxpublic bool ExportDoubles { get; set; }
Public Property ExportDoubles As Boolean
Get
Set
Property Value
Type:
Boolean
Remarksonly has impact for binary export, floats are always exported to ascii.
See Also