FileObjWriteOptions.EolType
Public Property
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**6.0
Syntax
public FileObjWriteOptions.AsciiEol EolType { get; set; }
Property Value
Type: FileObjWriteOptions.AsciiEol
Remarks
Alias/Wavefront OBJ files are ASCII files. Generally they should have a LF (UNIX) as the end-of-line marker.