REFERENCE MANUAL
The ImportResultsKit class contains the results of a successful SketchUp import. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this ImportResultsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Sketchup.ImportResultsKit in_kit) |
Check if the source ImportResultsKit is equivalent to this ImportResultsKit. More... | |
override int | GetHashCode () |
ImportResultsKit () | |
The default constructor creates an empty ImportResultsKit object. More... | |
ImportResultsKit (HPS.Sketchup.ImportResultsKit in_kit) | |
The copy constructor creates a new ImportResultsKit object that contains the same settings as the source ImportResultsKit. More... | |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
void | Set (HPS.Sketchup.ImportResultsKit in_kit) |
Copies the source ImportResultsKit into this ImportResultsKit. More... | |
void | Show (out HPS.Sketchup.ImportResultsKit out_kit) |
Copies this ImportResultsKit into the given ImportResultsKit. More... | |
bool | ShowMainCamera (out HPS.CameraKit out_camera) |
Shows the camera where the main SketchUp camera was imported into. More... | |
bool | ShowPortfolio (out HPS.PortfolioKey out_portfolio) |
Shows the PortfolioKey where the SketchUp data was imported into. More... | |
bool | ShowScenes (out string[] out_names, out HPS.CameraKit[] out_cameras) |
Shows the scenes imported from SketchUp. More... | |
bool | ShowTarget (out HPS.SegmentKey out_target, out HPS.SegmentKey out_library) |
Shows the root and library segments where the SketchUp data was imported into. More... | |
bool | ShowTarget (out HPS.Model out_model) |
Shows the Model where the SketchUp data was imported into. More... | |
bool | ShowView (out HPS.View out_view) |
Shows the view where the main SketchUp camera was imported into. More... | |
![]() | |
Sprocket (HPS.Sprocket in_that) | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object in_that) | |
The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. More... | |
Static Public Member Functions | |
static bool | operator!= (HPS.Sketchup.ImportResultsKit a, HPS.Sketchup.ImportResultsKit b) |
static bool | operator== (HPS.Sketchup.ImportResultsKit a, HPS.Sketchup.ImportResultsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
enum | UpdateType { Synchronous = 0, Asynchronous = 1 } |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The ImportResultsKit class contains the results of a successful SketchUp import.
HPS.Sketchup.ImportResultsKit.ImportResultsKit | ( | ) |
The default constructor creates an empty ImportResultsKit object.
HPS.Sketchup.ImportResultsKit.ImportResultsKit | ( | HPS.Sketchup.ImportResultsKit | in_kit | ) |
The copy constructor creates a new ImportResultsKit object that contains the same settings as the source ImportResultsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_sketchup_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref> to copy. |
|
virtual |
Indicates whether this ImportResultsKit has any values set on it.
Reimplemented from HPS.Object.
bool HPS.Sketchup.ImportResultsKit.Equals | ( | HPS.Sketchup.ImportResultsKit | in_kit | ) |
Check if the source ImportResultsKit is equivalent to this ImportResultsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_sketchup_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_sketchup_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref>. |
|
virtual |
This function returns the type the object, as declared.
This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
void HPS.Sketchup.ImportResultsKit.Set | ( | HPS.Sketchup.ImportResultsKit | in_kit | ) |
Copies the source ImportResultsKit into this ImportResultsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_sketchup_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref> to copy. |
void HPS.Sketchup.ImportResultsKit.Show | ( | out HPS.Sketchup.ImportResultsKit | out_kit | ) |
Copies this ImportResultsKit into the given ImportResultsKit.
out_kit | The <ref refid="class_h_p_s_1_1_sketchup_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_sketchup_1_1_import_results_kit" kindref="compound">ImportResultsKit</ref>. |
bool HPS.Sketchup.ImportResultsKit.ShowMainCamera | ( | out HPS.CameraKit | out_camera | ) |
Shows the camera where the main SketchUp camera was imported into.
out_camera | CameraKit where main SketchUp camera was imported into |
bool HPS.Sketchup.ImportResultsKit.ShowPortfolio | ( | out HPS.PortfolioKey | out_portfolio | ) |
Shows the PortfolioKey where the SketchUp data was imported into.
out_portfolio | Portfolio the SketchUp data was imported into. |
bool HPS.Sketchup.ImportResultsKit.ShowScenes | ( | out string[] | out_names, |
out HPS.CameraKit[] | out_cameras | ||
) |
Shows the scenes imported from SketchUp.
out_names | UTF8Array where SketchUp scene names were imported into. |
out_cameras | CameraKitArray where SketchUp scene cameras were imported into. |
bool HPS.Sketchup.ImportResultsKit.ShowTarget | ( | out HPS.SegmentKey | out_target, |
out HPS.SegmentKey | out_library | ||
) |
Shows the root and library segments where the SketchUp data was imported into.
out_target | Segment the SketchUp data was imported into. |
out_library | Segment the SketchUp includes data was imported into. |
bool HPS.Sketchup.ImportResultsKit.ShowTarget | ( | out HPS.Model | out_model | ) |
bool HPS.Sketchup.ImportResultsKit.ShowView | ( | out HPS.View | out_view | ) |