
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 () |
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 A3DRWParamsExportJTData::m_eWriteGeomTessMode. More... | |
HPS.Exchange.ExportJTOptionsKit | SetHiddenObjects (bool in_state) |
Sets whether to export hidden objects. This corresponds to the value that will be passed to A3DRWParamsExportJTData::m_bWriteHiddenObjects. More... | |
HPS.Exchange.ExportJTOptionsKit | SetPMI (bool in_state) |
Sets whether to export PMI. This corresponds to the value that will be passed to A3DRWParamsExportJTData::m_bWritePMI. More... | |
HPS.Exchange.ExportJTOptionsKit | SetVersion (HPS.Exchange.JT.Version in_version) |
Sets the version of the JT format to export. This corresponds to the value that will be passed to A3DRWParamsExportJTData::m_eJTVersion. 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... | |
bool | ShowVersion (out HPS.Exchange.JT.Version out_version) |
Shows the version 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... | |
HPS.Exchange.ExportJTOptionsKit | UnsetVersion () |
Removes the version export setting. More... | |
![]() | |
SprocketKit (HPS.SprocketKit in_that) | |
![]() | |
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... | |
virtual 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 |
Detailed Description
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.
Constructor & Destructor Documentation
|
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.
- Parameters
-
in_kit The source ExportJTOptionsKit to copy.
Member Function Documentation
|
inlinevirtual |
Indicates whether this ExportJTOptionsKit has any values set on it.
- Returns
- true if no values are set on this ExportJTOptionsKit, false otherwise.
Reimplemented from HPS.Object.
|
inline |
Check if the source ExportJTOptionsKit is equivalent to this ExportJTOptionsKit.
- Parameters
-
in_kit The source ExportJTOptionsKit to compare to this ExportJTOptionsKit.
- Returns
- true if the objects are equivalent, false otherwise.
|
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.
- Returns
- An ExportJTOptionsKit with the default settings.
|
inline |
Copies the source ExportJTOptionsKit into this ExportJTOptionsKit.
- Parameters
-
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 A3DRWParamsExportJTData::m_eWriteGeomTessMode.
- Parameters
-
in_content The type of data to export.
- Returns
- A reference to this ExportJTOptionsKit.
Default value
|
inline |
Sets whether to export hidden objects. This corresponds to the value that will be passed to A3DRWParamsExportJTData::m_bWriteHiddenObjects.
- Parameters
-
in_state Whether to export hidden objects.
- Returns
- A reference to this ExportJTOptionsKit.
Default value
|
inline |
Sets whether to export PMI. This corresponds to the value that will be passed to A3DRWParamsExportJTData::m_bWritePMI.
- Parameters
-
in_state Whether to export PMI.
- Returns
- A reference to this ExportJTOptionsKit.
Default value
|
inline |
Sets the version of the JT format to export. This corresponds to the value that will be passed to A3DRWParamsExportJTData::m_eJTVersion.
- Parameters
-
in_version The version of the JT format to export.
- Returns
- A reference to this ExportJTOptionsKit.
Default value
|
inline |
Copies this ExportJTOptionsKit into the given ExportJTOptionsKit.
- Parameters
-
out_kit The ExportJTOptionsKit to populate with the contents of this ExportJTOptionsKit.
|
inline |
Shows the content export setting.
- Parameters
-
out_content The type of data to export.
- Returns
- true if a content export setting was specified, false otherwise.
|
inline |
Shows the hidden object export setting.
- Parameters
-
out_state Whether to export hidden objects.
- Returns
- true if a hidden object export setting was specified, false otherwise.
|
inline |
Shows the PMI export setting.
- Parameters
-
out_state Whether to export PMI.
- Returns
- true if a PMI export setting was specified, false otherwise.
|
inline |
Shows the version export setting.
- Parameters
-
out_version The version of the JT format to export.
- Returns
- true if a version export setting was specified, false otherwise.
|
inline |
Removes the content export setting.
- Returns
- A reference to this ExportJTOptionsKit.
|
inline |
Removes all settings from this ExportJTOptionsKit.
- Returns
- A reference to this ExportJTOptionsKit.
|
inline |
Removes the hidden objects export setting.
- Returns
- A reference to this ExportJTOptionsKit.
|
inline |
Removes the PMI export setting.
- Returns
- A reference to this ExportJTOptionsKit.
|
inline |
Removes the version export setting.
- Returns
- A reference to this ExportJTOptionsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs