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. 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... | |
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. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object that) | |
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. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. 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 | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
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 ImportResultsKit 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 ImportResultsKit to compare to this ImportResultsKit. |
|
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 ImportResultsKit to copy. |
|
inline |
Copies this ImportResultsKit into the given ImportResultsKit.
out_kit | The ImportResultsKit to populate with the contents of this ImportResultsKit. |
|
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 |