The HPS::Exchange::ExportPRCOptionsKit class is a user space object. It contains settings controlling how PRC data is exported via Exchange. Calling HPS::Exchange::ExportPRCOptionsKit::GetDefault() will return an options kit with values found in here. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this ExportPRCOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.ExportPRCOptionsKit in_kit) |
Check if the source ExportPRCOptionsKit is equivalent to this ExportPRCOptionsKit. More... | |
ExportPRCOptionsKit () | |
The default constructor creates an empty ExportPRCOptionsKit object. More... | |
ExportPRCOptionsKit (HPS.Exchange.ExportPRCOptionsKit in_kit) | |
The copy constructor creates a new ExportPRCOptionsKit object that contains the same settings as the source ExportPRCOptionsKit. 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.ExportPRCOptionsKit in_kit) |
Copies the source ExportPRCOptionsKit into this ExportPRCOptionsKit. More... | |
HPS.Exchange.ExportPRCOptionsKit | SetAdditionalKeyPaths (HPS.KeyPath[] in_additional_key_paths) |
Sets an array of key paths which will be exported to PRC in addition to the model. Use this setting to export Visualize geometry to PRC. More... | |
HPS.Exchange.ExportPRCOptionsKit | SetAttributeRemoval (bool in_state) |
Sets whether to remove the attribute information for 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_prc_data.html#aa8435b8348b8d6f1c11f1bc15313ed47">A3DRWParamsExportPrcData::m_bRemoveAttributes</ulink>. More... | |
HPS.Exchange.ExportPRCOptionsKit | SetBRepCompression (HPS.Exchange.PRC.BRepCompression in_level) |
Sets the level of compression to apply to BRep data for export. This corresponds to the values that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afbbe41721d6878768a624ea8d0894531">A3DRWParamsExportPrcData::m_bCompressBrep</ulink> and <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afd35a9e2bea37b388227b76e14f49daa">A3DRWParamsExportPrcData::m_eCompressBrepType</ulink>. More... | |
HPS.Exchange.ExportPRCOptionsKit | SetBRepRemoval (bool in_state) |
Sets whether to remove the BRep information for 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_prc_data.html#a7a61340a38925e02b30cb67f39b1fcd4">A3DRWParamsExportPrcData::m_bRemoveBRep</ulink>. More... | |
HPS.Exchange.ExportPRCOptionsKit | SetTessellationCompression (bool in_state) |
Sets whether to compress tessellation for 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_prc_data.html#ae1cf4104a5eda56ce958e94ee1c1c42c">A3DRWParamsExportPrcData::m_bCompressTessellation</ulink>. More... | |
void | Show (out HPS.Exchange.ExportPRCOptionsKit out_kit) |
Copies this ExportPRCOptionsKit into the given ExportPRCOptionsKit. More... | |
bool | ShowAdditionalKeyPaths (out HPS.KeyPath[] out_additional_key_paths) |
Shows the additional key paths setting. More... | |
bool | ShowAttributeRemoval (out bool out_state) |
Shows the attribute removal setting. More... | |
bool | ShowBRepCompression (out HPS.Exchange.PRC.BRepCompression out_level) |
Shows the BRep compression level setting. More... | |
bool | ShowBRepRemoval (out bool out_state) |
Shows the BRep removal setting. More... | |
bool | ShowTessellationCompression (out bool out_state) |
Shows the tessellation compression setting. More... | |
HPS.Exchange.ExportPRCOptionsKit | UnsetAdditionalKeyPaths () |
Removes the additional key paths setting. More... | |
HPS.Exchange.ExportPRCOptionsKit | UnsetAttributeRemoval () |
Removes the attribute removal setting. More... | |
HPS.Exchange.ExportPRCOptionsKit | UnsetBRepCompression () |
Removes the BRep compression level setting. More... | |
HPS.Exchange.ExportPRCOptionsKit | UnsetBRepRemoval () |
Removes the BRep removal setting. More... | |
HPS.Exchange.ExportPRCOptionsKit | UnsetEverything () |
Removes all settings from this ExportPRCOptionsKit. More... | |
HPS.Exchange.ExportPRCOptionsKit | UnsetTessellationCompression () |
Removes the tessellation compression 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.ExportPRCOptionsKit | GetDefault () |
Creates an ExportPRCOptionsKit 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::ExportPRC. More... | |
static bool | operator!= (HPS.Exchange.ExportPRCOptionsKit a, HPS.Exchange.ExportPRCOptionsKit b) |
static bool | operator== (HPS.Exchange.ExportPRCOptionsKit a, HPS.Exchange.ExportPRCOptionsKit 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::ExportPRCOptionsKit class is a user space object. It contains settings controlling how PRC data is exported via Exchange. Calling HPS::Exchange::ExportPRCOptionsKit::GetDefault() will return an options kit with values found in here.
|
inline |
The default constructor creates an empty ExportPRCOptionsKit object.
|
inline |
The copy constructor creates a new ExportPRCOptionsKit object that contains the same settings as the source ExportPRCOptionsKit.
in_kit | The source ExportPRCOptionsKit to copy. |
|
inlinevirtual |
Indicates whether this ExportPRCOptionsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source ExportPRCOptionsKit is equivalent to this ExportPRCOptionsKit.
in_kit | The source ExportPRCOptionsKit to compare to this ExportPRCOptionsKit. |
|
inlinestatic |
Creates an ExportPRCOptionsKit 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::ExportPRC.
|
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 ExportPRCOptionsKit into this ExportPRCOptionsKit.
in_kit | The source ExportPRCOptionsKit to copy. |
|
inline |
|
inline |
Sets whether to remove the attribute information for 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_prc_data.html#aa8435b8348b8d6f1c11f1bc15313ed47">A3DRWParamsExportPrcData::m_bRemoveAttributes</ulink>.
in_state | Whether to remove the attribute information in the PRC data for this annotation. |
Default value
|
inline |
Sets the level of compression to apply to BRep data for export. This corresponds to the values that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afbbe41721d6878768a624ea8d0894531">A3DRWParamsExportPrcData::m_bCompressBrep</ulink> and <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_prc_data.html#afd35a9e2bea37b388227b76e14f49daa">A3DRWParamsExportPrcData::m_eCompressBrepType</ulink>.
in_level | The level of compression to apply to BRep data for export. |
Default value
|
inline |
Sets whether to remove the BRep information for 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_prc_data.html#a7a61340a38925e02b30cb67f39b1fcd4">A3DRWParamsExportPrcData::m_bRemoveBRep</ulink>.
in_state | Whether to remove BRep information in the PRC data for this annotation. |
Default value
|
inline |
Sets whether to compress tessellation for 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_prc_data.html#ae1cf4104a5eda56ce958e94ee1c1c42c">A3DRWParamsExportPrcData::m_bCompressTessellation</ulink>.
in_state | Whether to compress tessellation for export. |
Default value
|
inline |
Copies this ExportPRCOptionsKit into the given ExportPRCOptionsKit.
out_kit | The ExportPRCOptionsKit to populate with the contents of this ExportPRCOptionsKit. |
|
inline |
Shows the additional key paths setting.
out_additional_key_paths | The key paths which will be added to the model |
|
inline |
Shows the attribute removal setting.
out_state | Whether to remove attribute information for export. |
|
inline |
Shows the BRep compression level setting.
out_level | The level of compression to apply to BRep data for export. |
|
inline |
Shows the BRep removal setting.
out_state | Whether to remove BRep information for export. |
|
inline |
Shows the tessellation compression setting.
out_state | Whether to compress tessellation for export. |
|
inline |
Removes the additional key paths setting.
|
inline |
Removes the attribute removal setting.
|
inline |
Removes the BRep compression level setting.
|
inline |
Removes the BRep removal setting.
|
inline |
Removes all settings from this ExportPRCOptionsKit.
|
inline |
Removes the tessellation compression setting.