
Static Public Member Functions | |
static HPS.Exchange.ExportJTOptionsKit | GetDefault () |
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
◆ ExportJTOptionsKit() [1/2]
|
inline |
The default constructor creates an empty ExportJTOptionsKit object.
◆ ExportJTOptionsKit() [2/2]
|
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
◆ Empty()
|
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.
◆ Equals()
|
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.
◆ GetDefault()
|
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.
◆ ObjectType()
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.SprocketKit.
◆ Set()
|
inline |
Copies the source ExportJTOptionsKit into this ExportJTOptionsKit.
- Parameters
-
in_kit The source ExportJTOptionsKit to copy.
◆ SetContent()
|
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
◆ SetHiddenObjects()
|
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
◆ SetPMI()
|
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
◆ SetVersion()
|
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
◆ Show()
|
inline |
Copies this ExportJTOptionsKit into the given ExportJTOptionsKit.
- Parameters
-
out_kit The ExportJTOptionsKit to populate with the contents of this ExportJTOptionsKit.
◆ ShowContent()
|
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.
◆ ShowHiddenObjects()
|
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.
◆ ShowPMI()
|
inline |
Shows the PMI export setting.
- Parameters
-
out_state Whether to export PMI.
- Returns
- true if a PMI export setting was specified, false otherwise.
◆ ShowVersion()
|
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.
◆ UnsetContent()
|
inline |
Removes the content export setting.
- Returns
- A reference to this ExportJTOptionsKit.
◆ UnsetEverything()
|
inline |
Removes all settings from this ExportJTOptionsKit.
- Returns
- A reference to this ExportJTOptionsKit.
◆ UnsetHiddenObjects()
|
inline |
Removes the hidden objects export setting.
- Returns
- A reference to this ExportJTOptionsKit.
◆ UnsetPMI()
|
inline |
Removes the PMI export setting.
- Returns
- A reference to this ExportJTOptionsKit.
◆ UnsetVersion()
|
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