Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::DWG::File Class Reference

The File class provides functions to import CAD files via DWG. More...

#include <sprk_dwg.h>

Static Public Member Functions

static ImportNotifier Import (char const *in_file_name, ImportOptionsKit const &in_options)
 Performs an asynchronous import of the specified CAD file with the provided options. More...
 

Private Member Functions

 File ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The File class provides functions to import CAD files via DWG.

Constructor & Destructor Documentation

◆ File()

HPS::DWG::File::File ( )
private

Private default constructor to prevent instantiation.

Member Function Documentation

◆ Import()

static ImportNotifier HPS::DWG::File::Import ( char const *  in_file_name,
ImportOptionsKit const &  in_options 
)
static

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

May throw an IOException prior to starting the asynchronous import.

Parameters
in_file_nameThe name of the CAD file to import.
in_optionsThe options controlling the import of the CAD file.
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: