The ImportResultsKit class contains the results of a successful STL import.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
HandleRef | scptr |
|
The ImportResultsKit class contains the results of a successful STL import.
HPS.STL.ImportResultsKit.ImportResultsKit |
( |
| ) |
|
The copy constructor creates a new ImportResultsKit object that contains the same settings as the source ImportResultsKit.
- Parameters
-
in_kit | The source <ref refid="class_h_p_s_1_1_s_t_l_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref> to copy. |
override bool HPS.STL.ImportResultsKit.Empty |
( |
| ) |
|
|
virtual |
Check if the source ImportResultsKit is equivalent to this ImportResultsKit.
- Parameters
-
in_kit | The source <ref refid="class_h_p_s_1_1_s_t_l_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_s_t_l_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref>. |
- Returns
- true if the objects are equivalent, false otherwise.
override HPS.Type HPS.STL.ImportResultsKit.ObjectType |
( |
| ) |
|
|
virtual |
This function returns the type the object, as declared.
This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Sets the root segment which the OBJ data was imported into.
This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Parameters
-
in_segment | Segment the <ref refid="class_h_p_s_1_1_o_b_j" kindref="compound">OBJ</ref> data was imported into. |
- Returns
- A reference to this ImportResultsKit.
Copies this ImportResultsKit into the given ImportResultsKit.
- Parameters
-
out_kit | The <ref refid="class_h_p_s_1_1_s_t_l_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_s_t_l_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref>. |
bool HPS.STL.ImportResultsKit.ShowSegment |
( |
out HPS.SegmentKey |
out_segment | ) |
|
Shows the root segment which the OBJ data was imported into.
This was either the root segment specified by the user in the ImportOptionsKit passed to OBJ::File::Import, or the root segment that was created for this purpose during import.
- Parameters
-
out_segment | Segment the <ref refid="class_h_p_s_1_1_o_b_j" kindref="compound">OBJ</ref> data was imported into. |
- Returns
- true if a root segment was specified, false otherwise.
Removes the root segment which the OBJ data was imported into.
This is really only used when generating an ImportResultsKit which is being returned to a user following an OBJ import.
- Returns
- A reference to this ImportResultsKit.
The documentation for this class was generated from the following file: