The ImportResultsKit class contains the results of a successful SketchUp import. More...
Public Member Functions | |
override void | Dispose () |
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. This does not necessarily give the true type of the underlying object. 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... | |
override bool | Empty () |
Indicates whether this ImportResultsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.Sketchup.ImportResultsKit in_kit) |
Check if the source ImportResultsKit is equivalent to this ImportResultsKit. 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 | ShowPortfolio (out HPS.PortfolioKey out_portfolio) |
Shows the PortfolioKey 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... | |
bool | ShowMainCamera (out HPS.CameraKit out_camera) |
Shows the camera where the main SketchUp camera was imported into. More... | |
bool | ShowScenes (out string[] out_names, out HPS.CameraKit[] out_cameras) |
Shows the scenes imported from SketchUp. More... | |
![]() | |
Sprocket (HPS.Sprocket in_that) | |
![]() | |
IntPtr | GetClassID () |
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... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. 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 } |
The type of update to perform, either synchronous or asynchronous. More... | |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The ImportResultsKit class contains the results of a successful SketchUp import.
|
inline |
The default constructor creates an empty ImportResultsKit object.
|
inline |
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. |
|
inlinevirtual |
Indicates whether this ImportResultsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
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>. |
|
inlinevirtual |
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.
|
inline |
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. |
|
inline |
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>. |
|
inline |
Shows the camera where the main SketchUp camera was imported into.
out_camera | CameraKit where main SketchUp camera was imported into |
|
inline |
Shows the PortfolioKey where the SketchUp data was imported into.
out_portfolio | Portfolio the SketchUp data was imported into. |
|
inline |
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. |
|
inline |
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. |
|
inline |
|
inline |