REFERENCE MANUAL
The ExportOptionsKit class is a user space object. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this ExportOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Parasolid.ExportOptionsKit in_kit) |
Check if the source ExportOptionsKit is equivalent to this ExportOptionsKit. More... | |
ExportOptionsKit () | |
The default constructor creates an empty ExportOptionsKit object. More... | |
ExportOptionsKit (HPS.Parasolid.ExportOptionsKit in_kit) | |
The copy constructor creates a new ExportOptionsKit object that contains the same settings as the source ExportOptionsKit. More... | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
void | Set (HPS.Parasolid.ExportOptionsKit in_kit) |
Copies the source ExportOptionsKit into this ExportOptionsKit. More... | |
HPS.Parasolid.ExportOptionsKit | SetFormat (HPS.Parasolid.Format in_format) |
Sets the format type to be exported. More... | |
HPS.Parasolid.ExportOptionsKit | SetUserFields (bool in_export_user_fields) |
Sets whether to export user fields from the CAD file. More... | |
void | Show (out HPS.Parasolid.ExportOptionsKit out_kit) |
Copies this ExportOptionsKit into the given ExportOptionsKit. More... | |
bool | ShowFormat (out HPS.Parasolid.Format out_format) |
Shows the format export setting. More... | |
bool | ShowUserFields (out bool out_user_fields) |
Shows the user fields export setting. More... | |
HPS.Parasolid.ExportOptionsKit | UnsetEverything () |
Removes all settings from this ExportOptionsKit. More... | |
HPS.Parasolid.ExportOptionsKit | UnsetFormat () |
Removes the format export state. More... | |
HPS.Parasolid.ExportOptionsKit | UnsetUserFields () |
Removes the user fields export state. 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. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
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... | |
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. More... | |
Static Public Member Functions | |
static HPS.Parasolid.ExportOptionsKit | GetDefault () |
Creates an ExportOptionsKit which contains the default settings. More... | |
static bool | operator!= (HPS.Parasolid.ExportOptionsKit a, HPS.Parasolid.ExportOptionsKit b) |
static bool | operator== (HPS.Parasolid.ExportOptionsKit a, HPS.Parasolid.ExportOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
enum | UpdateType { Synchronous = 0, Asynchronous = 1 } |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
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.
HPS.Parasolid.ExportOptionsKit.ExportOptionsKit | ( | ) |
The default constructor creates an empty ExportOptionsKit object.
HPS.Parasolid.ExportOptionsKit.ExportOptionsKit | ( | HPS.Parasolid.ExportOptionsKit | in_kit | ) |
The copy constructor creates a new ExportOptionsKit object that contains the same settings as the source ExportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_parasolid_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref> to copy. |
|
virtual |
Indicates whether this ExportOptionsKit has any values set on it.
Reimplemented from HPS.Object.
bool HPS.Parasolid.ExportOptionsKit.Equals | ( | HPS.Parasolid.ExportOptionsKit | in_kit | ) |
Check if the source ExportOptionsKit is equivalent to this ExportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_parasolid_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_parasolid_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref>. |
|
static |
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.
|
virtual |
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.
void HPS.Parasolid.ExportOptionsKit.Set | ( | HPS.Parasolid.ExportOptionsKit | in_kit | ) |
Copies the source ExportOptionsKit into this ExportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_parasolid_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref> to copy. |
HPS.Parasolid.ExportOptionsKit HPS.Parasolid.ExportOptionsKit.SetFormat | ( | HPS.Parasolid.Format | in_format | ) |
Sets the format type to be exported.
This corresponds to the value that will be passed to PK_PART_transmit_o_t.transmit_format.
in_format | The format of the file to be exported. |
Default value
HPS.Parasolid.ExportOptionsKit HPS.Parasolid.ExportOptionsKit.SetUserFields | ( | bool | in_export_user_fields | ) |
Sets whether to export user fields from the CAD file.
This corresponds to the value that will be passed to PK_PART_transmit_o_t.receive_user_fields.
in_export_user_fields | Whether to export user fields from the CAD file. |
void HPS.Parasolid.ExportOptionsKit.Show | ( | out HPS.Parasolid.ExportOptionsKit | out_kit | ) |
Copies this ExportOptionsKit into the given ExportOptionsKit.
out_kit | The <ref refid="class_h_p_s_1_1_parasolid_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_parasolid_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref>. |
bool HPS.Parasolid.ExportOptionsKit.ShowFormat | ( | out HPS.Parasolid.Format | out_format | ) |
Shows the format export setting.
out_format | The format setting for this export. |
bool HPS.Parasolid.ExportOptionsKit.ShowUserFields | ( | out bool | out_user_fields | ) |
Shows the user fields export setting.
out_user_fields | The user fields setting for this export. |
HPS.Parasolid.ExportOptionsKit HPS.Parasolid.ExportOptionsKit.UnsetEverything | ( | ) |
Removes all settings from this ExportOptionsKit.
HPS.Parasolid.ExportOptionsKit HPS.Parasolid.ExportOptionsKit.UnsetFormat | ( | ) |
Removes the format export state.
HPS.Parasolid.ExportOptionsKit HPS.Parasolid.ExportOptionsKit.UnsetUserFields | ( | ) |
Removes the user fields export state.