|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The HPS.DWG.ImportOptionsKit class is a user space object. It contains settings controlling what and how data is imported via DWG. Calling HPS.DWG.ImportOptionsKit.GetDefault() will return an options kit with values found in here.
◆ ImportOptionsKit() [1/2]
HPS.DWG.ImportOptionsKit.ImportOptionsKit |
( |
| ) |
|
|
inline |
◆ ImportOptionsKit() [2/2]
◆ Empty()
override bool HPS.DWG.ImportOptionsKit.Empty |
( |
| ) |
|
|
inlinevirtual |
◆ Equals()
◆ 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.
- Returns
- An ImportOptionsKit with the default settings.
◆ ObjectType()
override HPS.Type HPS.DWG.ImportOptionsKit.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.SprocketKit.
◆ Set()
◆ SetMaxTessellationDeviation()
Sets the maximum tessellation deviation. This corresponds to the value returned by AcGiCommonDraw.deviation()
- Parameters
-
in_deviation | Maximum deviation from tessellation. |
- Returns
- A reference to this ImportOptionsKit.
◆ SetTextureDirectories()
Sets a list of directories where the importer looks for textures.
- Parameters
-
in_texture_directories | An array of directories the importer searches for textures. |
- Returns
- A reference to this ImportOptionsKit.
◆ SetUnreferencedRecords()
Sets whether to import block table records which are not referenced in the drawing. <linebreak>
- Parameters
-
in_state | Whether to import block table records which are not referenced in the drawing. |
- Returns
- A reference to this ImportOptionsKit.
◆ Show()
◆ ShowLogging()
bool HPS.DWG.ImportOptionsKit.ShowLogging |
( |
out string |
out_log_file | ) |
|
|
inline |
Shows the logging import setting.
- Parameters
-
out_log_file | The file which will contain the logging information. |
- Returns
- true if logging setting was specified, false otherwise.
◆ ShowMaxTessellationDeviation()
bool HPS.DWG.ImportOptionsKit.ShowMaxTessellationDeviation |
( |
out double |
out_deviation | ) |
|
|
inline |
Shows the maximum tessellation deviation import setting.
- Parameters
-
out_deviation | The maximum tessellation deviation setting for this import. |
- Returns
- true if a maximum tessellation deviation was specified, false otherwise.
◆ ShowTextureDirectories()
bool HPS.DWG.ImportOptionsKit.ShowTextureDirectories |
( |
out string [] |
out_texture_directories | ) |
|
|
inline |
Shows the directories where the importer looks for textures.
- Parameters
-
out_texture_directories | The directories in which the importer looks for textures. |
- Returns
- true if texture directories were specified, false otherwise.
◆ ShowUnreferencedRecords()
bool HPS.DWG.ImportOptionsKit.ShowUnreferencedRecords |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the unreferenced records import setting.
- Parameters
-
out_state | The unreferenced record setting for this import. |
- Returns
- true if an unreferenced record setting was specified, false otherwise.
◆ UnsetEverything()
◆ UnsetLogging()
◆ UnsetMaxTessellationDeviation()
Removes the maximum tessellation deviation import state.
- Returns
- A reference to this ImportOptionsKit.
◆ UnsetTextureDirectories()
Removes the texture directory state.
- Returns
- A reference to this ImportOptionsKit.
◆ UnsetUnreferencedRecords()
Removes the unreferenced records import state.
- Returns
- A reference to this ImportOptionsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk_dwg/source/cs/HPS.DWG.cs