|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The TranslationNotifier class is a smart-pointer that is tied to a file translation. It is used to interact with an ongoing translation or get the results from a completed translation.
◆ TranslationNotifier() [1/3]
HPS.Exchange.TranslationNotifier.TranslationNotifier |
( |
| ) |
|
|
inline |
The default constructor creates an TranslationNotifier object which is not tied to any file translation.
◆ TranslationNotifier() [2/3]
◆ TranslationNotifier() [3/3]
HPS.Exchange.TranslationNotifier.TranslationNotifier |
( |
HPS.IONotifier |
in_that | ) |
|
|
inline |
The conversion constructor creates a new derived TranslationNotifier 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 TranslationNotifier will be invalid.
- Parameters
-
◆ Assign()
◆ GetImportTime()
double HPS.Exchange.TranslationNotifier.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 translation is not complete, was not successful or was canceled.
◆ GetParasolidParts()
int [] HPS.Exchange.TranslationNotifier.GetParasolidParts |
( |
| ) |
|
|
inline |
Get the Parasolid parts obtained from the translation. Throws an IOException if the translation is not complete, was not successful or was canceled.
- Returns
- The Parasolid Parts for a successful file translation.
◆ GetTranslationTime()
double HPS.Exchange.TranslationNotifier.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.Exchange.TranslationNotifier.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/source/cs/HPS.Exchange.cs