| Visual Basic | |
|---|---|
Sub ExportToStl( _ ByVal PathName As System.String, _ ByRef Success As System.Boolean _ ) | |
| JavaScript | |
|---|---|
ExportToStl( PathName : String ) : Boolean | |
Parameters
- PathName
- Path and file name to which to save the current view of the drawing
- Success[out] or Return Value
- True if the current view of the drawing is saved, false if not
You must manually select a solid before calling this method.
DraftSight V1R1
Syntax