File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ public static bool IsBinary(Stream stream)
146146 /// <summary>Reads the <see cref="STLDocument"/> contained within the <paramref name="stream"/> into a new <see cref="STLDocument"/>.</summary>
147147 /// <remarks>This method will determine how to read the <see cref="STLDocument"/> (whether to read it as text or binary data).</remarks>
148148 /// <param name="stream">The stream which contains the STL data.</param>
149+ /// <param name="tryBinaryIfTextFailed">Set to true to try read as binary if reading as text results in zero facets</param>
149150 /// <returns>An <see cref="STLDocument"/> representing the data contained in the stream or null if the stream is empty.</returns>
150151 public static STLDocument Read ( Stream stream , bool tryBinaryIfTextFailed = false )
151152 {
You can’t perform that action at this time.
0 commit comments