The HPS::Exchange::ExportJTOptionsKit class is a user space object. It contains settings controlling how JT data is exported via Exchange. Calling HPS::Exchange::ExportJTOptionsKit::GetDefault() will return an options kit with values found in here. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this ExportJTOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.ExportJTOptionsKit in_kit) |
Check if the source ExportJTOptionsKit is equivalent to this ExportJTOptionsKit. More... | |
ExportJTOptionsKit () | |
The default constructor creates an empty ExportJTOptionsKit object. More... | |
ExportJTOptionsKit (HPS.Exchange.ExportJTOptionsKit in_kit) | |
The copy constructor creates a new ExportJTOptionsKit object that contains the same settings as the source ExportJTOptionsKit. More... | |
override int | GetHashCode () |
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.Exchange.ExportJTOptionsKit in_kit) |
Copies the source ExportJTOptionsKit into this ExportJTOptionsKit. More... | |
HPS.Exchange.ExportJTOptionsKit | SetContent (HPS.Exchange.JT.Content in_content) |
Sets the type of data to export. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_j_t_data.html#add11ead0aff256e907a0d932dd620c19">A3DRWParamsExportJTData::m_eWriteGeomTessMode</ulink>. More... | |
HPS.Exchange.ExportJTOptionsKit | SetHiddenObjects (bool in_state) |
Sets whether to export hidden objects. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_j_t_data.html#a08988cd540914a2637ca5e83fe0dfebb">A3DRWParamsExportJTData::m_bWriteHiddenObjects</ulink>. More... | |
HPS.Exchange.ExportJTOptionsKit | SetPMI (bool in_state) |
Sets whether to export PMI. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_j_t_data.html#a722eab9279f0e9a8d21d583e07ebff92">A3DRWParamsExportJTData::m_bWritePMI</ulink>. More... | |
void | Show (out HPS.Exchange.ExportJTOptionsKit out_kit) |
Copies this ExportJTOptionsKit into the given ExportJTOptionsKit. More... | |
bool | ShowContent (out HPS.Exchange.JT.Content out_content) |
Shows the content export setting. More... | |
bool | ShowHiddenObjects (out bool out_state) |
Shows the hidden object export setting. More... | |
bool | ShowPMI (out bool out_state) |
Shows the PMI export setting. More... | |
HPS.Exchange.ExportJTOptionsKit | UnsetContent () |
Removes the content export setting. More... | |
HPS.Exchange.ExportJTOptionsKit | UnsetEverything () |
Removes all settings from this ExportJTOptionsKit. More... | |
HPS.Exchange.ExportJTOptionsKit | UnsetHiddenObjects () |
Removes the hidden objects export setting. More... | |
HPS.Exchange.ExportJTOptionsKit | UnsetPMI () |
Removes the PMI 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. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object that) | |
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. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
Static Public Member Functions | |
static HPS.Exchange.ExportJTOptionsKit | GetDefault () |
Creates an ExportJTOptionsKit 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::ExportJT. More... | |
static bool | operator!= (HPS.Exchange.ExportJTOptionsKit a, HPS.Exchange.ExportJTOptionsKit b) |
static bool | operator== (HPS.Exchange.ExportJTOptionsKit a, HPS.Exchange.ExportJTOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The HPS::Exchange::ExportJTOptionsKit class is a user space object. It contains settings controlling how JT data is exported via Exchange. Calling HPS::Exchange::ExportJTOptionsKit::GetDefault() will return an options kit with values found in here.
|
inline |
The default constructor creates an empty ExportJTOptionsKit object.
|
inline |
The copy constructor creates a new ExportJTOptionsKit object that contains the same settings as the source ExportJTOptionsKit.
in_kit | The source ExportJTOptionsKit to copy. |
|
inlinevirtual |
Indicates whether this ExportJTOptionsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source ExportJTOptionsKit is equivalent to this ExportJTOptionsKit.
in_kit | The source ExportJTOptionsKit to compare to this ExportJTOptionsKit. |
|
inlinestatic |
Creates an ExportJTOptionsKit 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::ExportJT.
|
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 ExportJTOptionsKit into this ExportJTOptionsKit.
in_kit | The source ExportJTOptionsKit to copy. |
|
inline |
Sets the type of data to export. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_j_t_data.html#add11ead0aff256e907a0d932dd620c19">A3DRWParamsExportJTData::m_eWriteGeomTessMode</ulink>.
in_content | The type of data to export. |
Default value
|
inline |
Sets whether to export hidden objects. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_j_t_data.html#a08988cd540914a2637ca5e83fe0dfebb">A3DRWParamsExportJTData::m_bWriteHiddenObjects</ulink>.
in_state | Whether to export hidden objects. |
Default value
|
inline |
Sets whether to export PMI. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_j_t_data.html#a722eab9279f0e9a8d21d583e07ebff92">A3DRWParamsExportJTData::m_bWritePMI</ulink>.
in_state | Whether to export PMI. |
Default value
|
inline |
Copies this ExportJTOptionsKit into the given ExportJTOptionsKit.
out_kit | The ExportJTOptionsKit to populate with the contents of this ExportJTOptionsKit. |
|
inline |
Shows the content export setting.
out_content | The type of data to export. |
|
inline |
Shows the hidden object export setting.
out_state | Whether to export hidden objects. |
|
inline |
Shows the PMI export setting.
out_state | Whether to export PMI. |
|
inline |
Removes the content export setting.
|
inline |
Removes all settings from this ExportJTOptionsKit.
|
inline |
Removes the hidden objects export setting.
|
inline |
Removes the PMI export setting.