|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The HPS.Exchange.ExportIGESOptionsKit class is a user space object. It contains settings controlling how IGES data is exported via Exchange. Calling HPS.Exchange.ExportIGESOptionsKit.GetDefault() will return an options kit with values found in here.
◆ ExportIGESOptionsKit() [1/2]
HPS.Exchange.ExportIGESOptionsKit.ExportIGESOptionsKit |
( |
| ) |
|
|
inline |
◆ ExportIGESOptionsKit() [2/2]
◆ Empty()
override bool HPS.Exchange.ExportIGESOptionsKit.Empty |
( |
| ) |
|
|
inlinevirtual |
◆ Equals()
◆ GetDefault()
Creates an ExportIGESOptionsKit 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.ExportIGES.
- Returns
- An ExportIGESOptionsKit with the default settings.
◆ ObjectType()
override HPS.Type HPS.Exchange.ExportIGESOptionsKit.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()
◆ SetAnalyticsAsNURBS()
Sets whether to convert analytic surfaces (planes, cones, cylinder, etc.) to NURBS surfaces for export. This corresponds to the value that will be passed to A3DRWParamsExportIgesData::m_bSaveAnalyticsToNurbs.
- Parameters
-
in_state | Whether to convert analytic surfaces to NURBS surfaces for export. |
- Returns
- A reference to this ExportIGESOptionsKit.
- See also
- Default value
◆ SetApplication()
◆ SetFacetedAsWireframe()
◆ SetHiddenObjects()
◆ SetSolidsAsFaces()
◆ SetTessellation()
◆ SetVersion()
◆ Show()
◆ ShowAnalyticsAsNURBS()
bool HPS.Exchange.ExportIGESOptionsKit.ShowAnalyticsAsNURBS |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the analytics to NURBS conversion setting.
- Parameters
-
out_state | Whether to convert analytic surfaces to NURBS surfaces for export. |
- Returns
- true if an analytics to NURBS conversion setting was specified, false otherwise.
◆ ShowApplication()
bool HPS.Exchange.ExportIGESOptionsKit.ShowApplication |
( |
out string |
out_name | ) |
|
|
inline |
Shows the application name setting.
- Parameters
-
out_name | The application name to put in the IGES data. |
- Returns
- true if an application name setting was specified, false otherwise.
◆ ShowFacetedAsWireframe()
bool HPS.Exchange.ExportIGESOptionsKit.ShowFacetedAsWireframe |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the faceted to wireframe conversion setting.
- Parameters
-
out_state | Whether to convert polyhedrics to wireframe data for export. |
- Returns
- true if a faceted to wireframe conversion setting was specified, false otherwise.
◆ ShowHiddenObjects()
bool HPS.Exchange.ExportIGESOptionsKit.ShowHiddenObjects |
( |
out bool |
out_state | ) |
|
|
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.
◆ ShowSolidsAsFaces()
bool HPS.Exchange.ExportIGESOptionsKit.ShowSolidsAsFaces |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the solids to faces conversion setting.
- Parameters
-
out_state | Whether to convert solids to a set of independent faces for export. |
- Returns
- true if a solids to faces conversion setting was specified, false otherwise.
◆ ShowTessellation()
bool HPS.Exchange.ExportIGESOptionsKit.ShowTessellation |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the tessellation export setting.
- Parameters
-
out_state | Whether to export tessellation data. |
- Returns
- true if a tessellation export setting was specified, false otherwise.
◆ ShowVersion()
bool HPS.Exchange.ExportIGESOptionsKit.ShowVersion |
( |
out string |
out_version | ) |
|
|
inline |
Shows the version string setting.
- Parameters
-
out_version | The version string to put in the IGES data. |
- Returns
- true if a version string setting was specified, false otherwise.
◆ UnsetAnalyticsAsNURBS()
◆ UnsetApplication()
◆ UnsetEverything()
◆ UnsetFacetedAsWireframe()
Removes the faceted to wireframe conversion setting.
- Returns
- A reference to this ExportIGESOptionsKit.
◆ UnsetHiddenObjects()
◆ UnsetSolidsAsFaces()
◆ UnsetTessellation()
◆ UnsetVersion()
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs