|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The ExportOptionsKit class is a user space object. It contains settings controlling what and how data is exported via Parasolid. Default values for the various fields of this class can be found here.
◆ ExportOptionsKit() [1/2]
HPS.Parasolid.ExportOptionsKit.ExportOptionsKit |
( |
| ) |
|
|
inline |
◆ ExportOptionsKit() [2/2]
◆ Empty()
override bool HPS.Parasolid.ExportOptionsKit.Empty |
( |
| ) |
|
|
inlinevirtual |
◆ Equals()
◆ GetDefault()
Creates an ExportOptionsKit 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.Export.
- Returns
- An ExportOptionsKit with the default settings.
◆ ObjectType()
override HPS.Type HPS.Parasolid.ExportOptionsKit.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()
◆ SetFormat()
Sets the format type to be exported. <linebreak> This corresponds to the value that will be passed to PK_PART_transmit_o_t.transmit_format.
- Parameters
-
in_format | The format of the file to be exported. |
- Returns
- A reference to this ExportOptionsKit.
Default value
◆ SetUserFields()
Sets whether to export user fields from the CAD file. <linebreak> This corresponds to the value that will be passed to PK_PART_transmit_o_t.receive_user_fields.
- Parameters
-
in_export_user_fields | Whether to export user fields from the CAD file. |
- Returns
- A reference to this ExportOptionsKit.
◆ Show()
◆ ShowFormat()
Shows the format export setting.
- Parameters
-
out_format | The format setting for this export. |
- Returns
- true if a format setting was specified, false otherwise.
◆ ShowUserFields()
bool HPS.Parasolid.ExportOptionsKit.ShowUserFields |
( |
out bool |
out_user_fields | ) |
|
|
inline |
Shows the user fields export setting.
- Parameters
-
out_user_fields | The user fields setting for this export. |
- Returns
- true if a user fields setting was specified, false otherwise.
◆ UnsetEverything()
◆ UnsetFormat()
◆ UnsetUserFields()
Removes the user fields export state.
- Returns
- A reference to this ExportOptionsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk_parasolid/source/cs/HPS.Parasolid.cs