Click or drag to resize

FileIgsWriteOptionsEolType Property

IGES files are ASCII files. You need to specify the flavor of the ASCII end of line marker.Possibilities are: TL_LF: line feed (unix) TL_CRLF: carriage return, line feed (Microsoft) TL_CR: carriage return (Apple)

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public FileIgsWriteOptionsEolMode EolType { get; set; }

Property Value

Type: FileIgsWriteOptionsEolMode
See Also