REFERENCE MANUAL
The Exchange::ExportACISOptionsKit class is a user space object. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this ExportACISOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.ExportACISOptionsKit in_kit) |
Check if the source ExportACISOptionsKit is equivalent to this ExportACISOptionsKit. More... | |
ExportACISOptionsKit () | |
The default constructor creates an empty ExportACISOptionsKit object. More... | |
ExportACISOptionsKit (HPS.Exchange.ExportACISOptionsKit in_kit) | |
The copy constructor creates a new ExportACISOptionsKit object that contains the same settings as the source ExportACISOptionsKit. More... | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
void | Set (HPS.Exchange.ExportACISOptionsKit in_kit) |
Copies the source ExportACISOptionsKit into this ExportACISOptionsKit. More... | |
HPS.Exchange.ExportACISOptionsKit | SetBinary (bool in_state) |
Sets whether to write ACIS data in binary form. More... | |
HPS.Exchange.ExportACISOptionsKit | SetMillimeterUnits (bool in_state) |
Sets whether to write ACIS data in millimeter units instead of the native units of the CADModel. More... | |
void | Show (out HPS.Exchange.ExportACISOptionsKit out_kit) |
Copies this ExportACISOptionsKit into the given ExportACISOptionsKit. More... | |
bool | ShowBinary (out bool out_state) |
Shows the binary export setting. More... | |
bool | ShowMillimeterUnits (out bool out_state) |
Shows the millimeter unit export setting. More... | |
HPS.Exchange.ExportACISOptionsKit | UnsetBinary () |
Removes the binary export setting. More... | |
HPS.Exchange.ExportACISOptionsKit | UnsetEverything () |
Removes all settings from this ExportACISOptionsKit. More... | |
HPS.Exchange.ExportACISOptionsKit | UnsetMillimeterUnits () |
Removes the millimeter unit export setting. 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.Exchange.ExportACISOptionsKit | GetDefault () |
Creates an ExportACISOptionsKit which contains the default settings. More... | |
static bool | operator!= (HPS.Exchange.ExportACISOptionsKit a, HPS.Exchange.ExportACISOptionsKit b) |
static bool | operator== (HPS.Exchange.ExportACISOptionsKit a, HPS.Exchange.ExportACISOptionsKit 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 Exchange::ExportACISOptionsKit class is a user space object.
It contains settings controlling how ACIS data is exported via the Exchange interface. Calling Exchange::ExportACISOptionsKit::GetDefault() will return an options kit with values found in here.
HPS.Exchange.ExportACISOptionsKit.ExportACISOptionsKit | ( | ) |
The default constructor creates an empty ExportACISOptionsKit object.
HPS.Exchange.ExportACISOptionsKit.ExportACISOptionsKit | ( | HPS.Exchange.ExportACISOptionsKit | in_kit | ) |
The copy constructor creates a new ExportACISOptionsKit object that contains the same settings as the source ExportACISOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_exchange_1_1_export_a_c_i_s_options_kit" kindref="compound">ExportACISOptionsKit</ref> to copy. |
|
virtual |
Indicates whether this ExportACISOptionsKit has any values set on it.
Reimplemented from HPS.Object.
bool HPS.Exchange.ExportACISOptionsKit.Equals | ( | HPS.Exchange.ExportACISOptionsKit | in_kit | ) |
Check if the source ExportACISOptionsKit is equivalent to this ExportACISOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_exchange_1_1_export_a_c_i_s_options_kit" kindref="compound">ExportACISOptionsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_exchange_1_1_export_a_c_i_s_options_kit" kindref="compound">ExportACISOptionsKit</ref>. |
|
static |
Creates an ExportACISOptionsKit 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::ExportACIS.
|
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.Exchange.ExportACISOptionsKit.Set | ( | HPS.Exchange.ExportACISOptionsKit | in_kit | ) |
Copies the source ExportACISOptionsKit into this ExportACISOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_exchange_1_1_export_a_c_i_s_options_kit" kindref="compound">ExportACISOptionsKit</ref> to copy. |
HPS.Exchange.ExportACISOptionsKit HPS.Exchange.ExportACISOptionsKit.SetBinary | ( | bool | in_state | ) |
Sets whether to write ACIS data in binary form.
This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/exchange_ref_manual/struct_a3_d_r_w_params_export_acis_data.html#ad1c0225f67ae2be437fb22859cd06f24">A3DRWParamsExportAcisData::m_bSaveAsBinary</ulink>.
in_state | Whether to write ACIS data in binary form. |
Default value
HPS.Exchange.ExportACISOptionsKit HPS.Exchange.ExportACISOptionsKit.SetMillimeterUnits | ( | bool | in_state | ) |
Sets whether to write ACIS data in millimeter units instead of the native units of the CADModel.
This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/exchange_ref_manual/struct_a3_d_r_w_params_export_acis_data.html#ac5e79d97a322f3b0ed1737f7a7d470a2">A3DRWParamsExportAcisData::m_bSaveAsMillimeter</ulink>.
in_state | Whether to write ACIS data in millimeter units instead of the native units of the <ref refid="class_h_p_s_1_1_exchange_1_1_c_a_d_model" kindref="compound">CADModel</ref>. |
Default value
void HPS.Exchange.ExportACISOptionsKit.Show | ( | out HPS.Exchange.ExportACISOptionsKit | out_kit | ) |
Copies this ExportACISOptionsKit into the given ExportACISOptionsKit.
out_kit | The <ref refid="class_h_p_s_1_1_exchange_1_1_export_a_c_i_s_options_kit" kindref="compound">ExportACISOptionsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_exchange_1_1_export_a_c_i_s_options_kit" kindref="compound">ExportACISOptionsKit</ref>. |
bool HPS.Exchange.ExportACISOptionsKit.ShowBinary | ( | out bool | out_state | ) |
Shows the binary export setting.
out_state | Whether to write ACIS data in binary form. |
bool HPS.Exchange.ExportACISOptionsKit.ShowMillimeterUnits | ( | out bool | out_state | ) |
Shows the millimeter unit export setting.
out_state | Whether to write ACIS data in millimeter units instead of the native units of the <ref refid="class_h_p_s_1_1_exchange_1_1_c_a_d_model" kindref="compound">CADModel</ref>. |
HPS.Exchange.ExportACISOptionsKit HPS.Exchange.ExportACISOptionsKit.UnsetBinary | ( | ) |
Removes the binary export setting.
HPS.Exchange.ExportACISOptionsKit HPS.Exchange.ExportACISOptionsKit.UnsetEverything | ( | ) |
Removes all settings from this ExportACISOptionsKit.
HPS.Exchange.ExportACISOptionsKit HPS.Exchange.ExportACISOptionsKit.UnsetMillimeterUnits | ( | ) |
Removes the millimeter unit export setting.