Description:

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)

Syntax:
public EolMode EolType {get|set}
Returns:
Type: EolMode
Available since:
8.0

Nothing found