|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The HPS.Exchange.ExportSTEPOptionsKit class is a user space object. It contains settings controlling how STEP data is exported via Exchange. Calling HPS.Exchange.ExportSTEPOptionsKit.GetDefault() will return an options kit with values found in here.
◆ ExportSTEPOptionsKit() [1/2]
HPS.Exchange.ExportSTEPOptionsKit.ExportSTEPOptionsKit |
( |
| ) |
|
|
inline |
◆ ExportSTEPOptionsKit() [2/2]
◆ Empty()
override bool HPS.Exchange.ExportSTEPOptionsKit.Empty |
( |
| ) |
|
|
inlinevirtual |
◆ Equals()
◆ GetDefault()
Creates an ExportSTEPOptionsKit 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.ExportSTEP.
- Returns
- An ExportSTEPOptionsKit with the default settings.
◆ ObjectType()
override HPS.Type HPS.Exchange.ExportSTEPOptionsKit.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 A3DRWParamsExportStepData::m_bSaveAnalyticsToNurbs.
- Parameters
-
in_state | Whether to convert analytic surfaces to NURBS surfaces for export. |
- Returns
- A reference to this ExportSTEPOptionsKit.
Default value
◆ SetApplication()
◆ SetAttributes()
◆ SetCurves()
◆ SetFacetedAsWireframe()
◆ SetFormat()
◆ SetNameShortening()
◆ SetPMI()
◆ SetPMIAsTessellated()
◆ SetPMIWithSemantic()
◆ SetVersion()
◆ Show()
◆ ShowAnalyticsAsNURBS()
bool HPS.Exchange.ExportSTEPOptionsKit.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.ExportSTEPOptionsKit.ShowApplication |
( |
out string |
out_name | ) |
|
|
inline |
Shows the application name setting.
- Parameters
-
out_name | The application name to put in the STEP data. |
- Returns
- true if an application name setting was specified, false otherwise.
◆ ShowAttributes()
bool HPS.Exchange.ExportSTEPOptionsKit.ShowAttributes |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the attributes setting.
- Parameters
-
out_state | Whether to export attributes. |
- Returns
- true if an attributes setting was specified, false otherwise.
◆ ShowCurves()
bool HPS.Exchange.ExportSTEPOptionsKit.ShowCurves |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the curves setting.
- Parameters
-
out_state | Whether to export curves. |
- Returns
- true if a curves setting was specified, false otherwise.
◆ ShowFacetedAsWireframe()
bool HPS.Exchange.ExportSTEPOptionsKit.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.
◆ ShowFormat()
Shows the format setting.
- Parameters
-
out_format | The format of the STEP data to export. |
- Returns
- true if a format setting was specified, false otherwise.
◆ ShowNameShortening()
bool HPS.Exchange.ExportSTEPOptionsKit.ShowNameShortening |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the name shortening setting.
- Parameters
-
out_state | Whether to shorten names in the STEP data for export. |
- Returns
- true if a name shortening setting was specified, false otherwise.
◆ ShowPMI()
bool HPS.Exchange.ExportSTEPOptionsKit.ShowPMI |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the pmi setting.
- Parameters
-
out_state | Whether to export PMI. |
- Returns
- true if a PMI setting was specified, false otherwise.
◆ ShowPMIAsTessellated()
bool HPS.Exchange.ExportSTEPOptionsKit.ShowPMIAsTessellated |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the pmi as tessellated setting.
- Parameters
-
out_state | Whether to export PMI as tessellated information. |
- Returns
- true if a PMI as tessellated setting was specified, false otherwise.
◆ ShowPMIWithSemantic()
bool HPS.Exchange.ExportSTEPOptionsKit.ShowPMIWithSemantic |
( |
out bool |
out_state | ) |
|
|
inline |
Shows the pmi with semantic setting.
- Parameters
-
out_state | Whether to export PMI with semantic information. |
- Returns
- true if a PMI with semantic setting was specified, false otherwise.
◆ ShowVersion()
bool HPS.Exchange.ExportSTEPOptionsKit.ShowVersion |
( |
out string |
out_version | ) |
|
|
inline |
Shows the version string setting.
- Parameters
-
out_version | The version string to put in the STEP data. |
- Returns
- true if a version string setting was specified, false otherwise.
◆ UnsetAnalyticsAsNURBS()
◆ UnsetApplication()
◆ UnsetAttributes()
◆ UnsetCurves()
◆ UnsetEverything()
◆ UnsetFacetedAsWireframe()
Removes the faceted to wireframe conversion setting.
- Returns
- A reference to this ExportSTEPOptionsKit.
◆ UnsetFormat()
◆ UnsetNameShortening()
◆ UnsetPMI()
◆ UnsetPMIAsTessellated()
◆ UnsetPMIWithSemantic()
◆ UnsetVersion()
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs