WriteXML(WriteParamsWithUnits, String) Constructor

Standard constructor with document.
Public Sub New( _ 
ByVal writeParams As WriteParamsWithUnits, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public WriteXML( 
WriteParamsWithUnits writeParams
string fileName 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParamsWithUnits

The WriteParamsWithUnits

fileName
string

The file name (with *.stl extension)

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

.NET Framework

Supported in: 4.8

In this article

Definition