HPS::STL::File

class HPS.STL.File : public IDisposable

The File class provides functions to import and export STL files.

Public Functions

void Dispose ()
File (HPS.STL.File in_that)

Public Static Functions

HPS.STL.ImportNotifier Import (string in_file_name, HPS.STL.ImportOptionsKit in_options)

Performs an asynchronous import of the specified STL file with the provided options. May throw an IOException prior to starting the asynchronous import.

Param in_file_name

Name of STL file to import.

Param in_options

Options controlling the import of the STL file (e.g., segment to import into).

Return

An ImportNotfier object that can be used to query the import progress and status.