|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The ImportNotifier class is a smart-pointer that is tied to a file import. It is used to interact with an ongoing import or get the results from a completed import.
◆ ImportNotifier() [1/3]
HPS.ExchangeParasolid.ImportNotifier.ImportNotifier |
( |
| ) |
|
|
inline |
The default constructor creates an ImportNotifier object which is not tied to any file import.
◆ ImportNotifier() [2/3]
The copy constructor creates a new ImportNotifier object that is associated with the same file import as the source ImportNotifier.
- Parameters
-
◆ ImportNotifier() [3/3]
HPS.ExchangeParasolid.ImportNotifier.ImportNotifier |
( |
HPS.IONotifier |
in_that | ) |
|
|
inline |
The conversion constructor creates a new derived ImportNotifier object from a base IONotifier object. The copy will only be successful if the source notifier is really an upcast of this notifier type. Otherwise the copy will fail and the resulting ImportNotifier will be invalid.
- Parameters
-
◆ Assign()
◆ GetCADModel()
Get the CADModel for the file import. Throws an IOException if the import is not complete, was not successful or was canceled.
- Returns
- The CADModel for a successful file import.
◆ GetImportTime()
double HPS.ExchangeParasolid.ImportNotifier.GetImportTime |
( |
| ) |
|
|
inline |
Get the number of milliseconds it took Exchange to read the CAD file(s) and generate the corresponding PRC data. Throws an IOException if the import is not complete, was not successful or was canceled.
◆ GetParseTime()
double HPS.ExchangeParasolid.ImportNotifier.GetParseTime |
( |
| ) |
|
|
inline |
Get the number of milliseconds it took Visualize to parse the PRC data and create the corresponding scene graph. Throws an IOException if the import is not complete, was not successful or was canceled.
◆ GetTranslationTime()
double HPS.ExchangeParasolid.ImportNotifier.GetTranslationTime |
( |
| ) |
|
|
inline |
Get the number of milliseconds it took Exchange to translate the PRC data into Parasolid data. Throws an IOException if the translation is not complete, was not successful or was canceled.
◆ ObjectType()
override HPS.Type HPS.ExchangeParasolid.ImportNotifier.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.IONotifier.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange_parasolid/source/cs/HPS.ExchangeParasolid.cs