The ImportOptionsKit class is a user space object. It contains settings controlling what and how data is imported via Sketchup. More...
Public Member Functions | |
override void | Dispose () |
ImportOptionsKit () | |
The default constructor creates an empty ImportOptionsKit object. More... | |
ImportOptionsKit (HPS.Sketchup.ImportOptionsKit in_kit) | |
The copy constructor creates a new ImportOptionsKit object that contains the same settings as the source ImportOptionsKit. 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.ImportOptionsKit in_kit) |
Copies the source ImportOptionsKit into this ImportOptionsKit. More... | |
void | Show (out HPS.Sketchup.ImportOptionsKit out_kit) |
Copies this ImportOptionsKit into the given ImportOptionsKit. More... | |
override bool | Empty () |
Indicates whether this ImportOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.Sketchup.ImportOptionsKit in_kit) |
Check if the source ImportOptionsKit is equivalent to this ImportOptionsKit. More... | |
HPS.Sketchup.ImportOptionsKit | SetTarget (HPS.SegmentKey in_target, HPS.SegmentKey in_library) |
Sets the root and library segments where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import. More... | |
HPS.Sketchup.ImportOptionsKit | SetTarget (HPS.Model in_model) |
Uses the Model to set the root segment, library segment, and portfolio where the SketchUp data will be imported into. More... | |
HPS.Sketchup.ImportOptionsKit | SetPortfolio (HPS.PortfolioKey in_portfolio) |
Sets the PortfolioKey where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import. More... | |
HPS.Sketchup.ImportOptionsKit | SetView (HPS.View in_view) |
Sets the View where the default SketchUp camera will be imported into. If no View provided, camera can be retrieved via ImportResultsKit::ShowMainCamera. More... | |
HPS.Sketchup.ImportOptionsKit | SetHiddenData (bool in_state) |
Sets whether to import hidden data from the SketchUp file. Defaults to false. More... | |
HPS.Sketchup.ImportOptionsKit | SetMetaData (bool in_state) |
Sets whether to import metadata from the SketchUp file. Defaults to false. More... | |
HPS.Sketchup.ImportOptionsKit | UnsetTarget () |
Removes the target and library segments, and Model import state. More... | |
HPS.Sketchup.ImportOptionsKit | UnsetPortfolio () |
Removes the Portfolio import state. More... | |
HPS.Sketchup.ImportOptionsKit | UnsetView () |
Removes the View import state. More... | |
HPS.Sketchup.ImportOptionsKit | UnsetHiddenData () |
Removes the Hidden data import state. More... | |
HPS.Sketchup.ImportOptionsKit | UnsetMetaData () |
Removes the metadata import state. More... | |
HPS.Sketchup.ImportOptionsKit | UnsetEverything () |
Removes all settings from this ImportOptionsKit. More... | |
bool | ShowTarget (out HPS.SegmentKey out_target, out HPS.SegmentKey out_library) |
Shows the root and library segments where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import. More... | |
bool | ShowTarget (out HPS.Model out_model) |
Shows the root and library segments and portfolio where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import. More... | |
bool | ShowPortfolio (out HPS.PortfolioKey out_portfolio) |
Shows the PortfolioKey where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import. More... | |
bool | ShowView (out HPS.View out_view) |
Shows the view where the SketchUp camera will be imported into. More... | |
bool | ShowHiddenData (out bool out_state) |
Shows whether to import hidden data from the SketchUp file. Defaults to false. More... | |
bool | ShowMetaData (out bool out_state) |
Shows whether to import metadata from the SketchUp file. Defaults to false. 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 HPS.Sketchup.ImportOptionsKit | GetDefault () |
Creates an ImportOptionsKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. These values will be used for import unless an option is overridden by the options passed to File::Import. More... | |
static bool | operator== (HPS.Sketchup.ImportOptionsKit a, HPS.Sketchup.ImportOptionsKit b) |
static bool | operator!= (HPS.Sketchup.ImportOptionsKit a, HPS.Sketchup.ImportOptionsKit 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 ImportOptionsKit class is a user space object. It contains settings controlling what and how data is imported via Sketchup.
|
inline |
The default constructor creates an empty ImportOptionsKit object.
|
inline |
The copy constructor creates a new ImportOptionsKit object that contains the same settings as the source ImportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_sketchup_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to copy. |
|
inlinevirtual |
Indicates whether this ImportOptionsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source ImportOptionsKit is equivalent to this ImportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_sketchup_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_sketchup_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref>. |
|
inlinestatic |
Creates an ImportOptionsKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. These values will be used for import unless an option is overridden by the options passed to File::Import.
|
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 ImportOptionsKit into this ImportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_sketchup_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to copy. |
|
inline |
Sets whether to import hidden data from the SketchUp file. Defaults to false.
in_state | Whether to import hidden data from the SketchUp file. |
|
inline |
Sets whether to import metadata from the SketchUp file. Defaults to false.
in_state | Whether to import metadata data from the SketchUp file. |
|
inline |
Sets the PortfolioKey where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import.
in_portfolio | Portfolio the SketchUp data will be imported into. |
|
inline |
Sets the root and library segments where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import.
in_target | Segment the SketchUp data will be imported into. |
in_library | Segment the SketchUp includes data will be imported into. |
|
inline |
Uses the Model to set the root segment, library segment, and portfolio where the SketchUp data will be imported into.
in_model | Model to use to implicitly set Segment, Library and Portfolio the SketchUp data will be imported into. |
|
inline |
Sets the View where the default SketchUp camera will be imported into. If no View provided, camera can be retrieved via ImportResultsKit::ShowMainCamera.
in_view | View where SketchUp camera will be imported into. |
|
inline |
Copies this ImportOptionsKit into the given ImportOptionsKit.
out_kit | The <ref refid="class_h_p_s_1_1_sketchup_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_sketchup_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref>. |
|
inline |
Shows whether to import hidden data from the SketchUp file. Defaults to false.
out_state | Whether to import hidden data from the SketchUp file. |
|
inline |
Shows whether to import metadata from the SketchUp file. Defaults to false.
out_state | Whether to import metadata data from the SketchUp file. |
|
inline |
Shows the PortfolioKey where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import.
out_portfolio | Portfolio the SketchUp data will be imported into. |
|
inline |
Shows the root and library segments where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import.
out_target | Segment the SketchUp data will be imported into. |
out_library | Segment the SketchUp includes data will be imported into. |
|
inline |
Shows the root and library segments and portfolio where the SketchUp data will be imported into. If no segments are specified, root segments will be created for this purpose during import.
out_model | Model to use to implicitly set Segment, Library and Portfolio the SketchUp data will be imported into. |
|
inline |
Shows the view where the SketchUp camera will be imported into.
out_view | View where SketchUp camera will be imported into. |
|
inline |
Removes all settings from this ImportOptionsKit.
|
inline |
Removes the Hidden data import state.
|
inline |
Removes the metadata import state.
|
inline |
Removes the Portfolio import state.
|
inline |
Removes the target and library segments, and Model import state.
|
inline |
Removes the View import state.