< Home

< Table of Contents

REFERENCE MANUAL

HPS.STL.File Class Reference

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

Static Public Member Functions

static 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. More...
 

Detailed Description

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

Member Function Documentation

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

Performs an asynchronous import of the specified STL file with the provided options.

May throw an IOException prior to starting the asynchronous import.

Parameters
in_file_nameName of <ref refid="class_h_p_s_1_1_s_t_l" kindref="compound">STL</ref> file to import.
in_optionsOptions controlling the import of the <ref refid="class_h_p_s_1_1_s_t_l" kindref="compound">STL</ref> file (e.g., segment to import into).
Returns
An ImportNotfier object that can be used to query the import progress and status.

The documentation for this class was generated from the following file: