WriteSTL(WriteParams, String, Boolean) Constructor

Standard constructor with document.
Public Sub New( _ 
ByVal writeParams As WriteParams, _ 
ByVal fileName As String, _ 
Optional ByVal ascii As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteSTL( 
WriteParams writeParams
string fileName
bool ascii = false 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParams

The WriteParams

fileName
string

The file name (with *.stl extension)

ascii
bool

ASCII file format. This file format supports multiple parts.

Remarks
 
If the file already exists, it will be overwritten.

.NET Framework

Supported in: 4.8

In this article

Definition