
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.ExportACISOptionsKit in_kit) |
ExportACISOptionsKit () | |
ExportACISOptionsKit (HPS.Exchange.ExportACISOptionsKit in_kit) | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
void | Set (HPS.Exchange.ExportACISOptionsKit in_kit) |
HPS.Exchange.ExportACISOptionsKit | SetBinary (bool in_state) |
HPS.Exchange.ExportACISOptionsKit | SetMillimeterUnits (bool in_state) |
void | Show (out HPS.Exchange.ExportACISOptionsKit out_kit) |
bool | ShowBinary (out bool out_state) |
bool | ShowMillimeterUnits (out bool out_state) |
HPS.Exchange.ExportACISOptionsKit | UnsetBinary () |
HPS.Exchange.ExportACISOptionsKit | UnsetEverything () |
HPS.Exchange.ExportACISOptionsKit | UnsetMillimeterUnits () |
![]() | |
SprocketKit (HPS.SprocketKit in_that) | |
![]() | |
Sprocket (HPS.Sprocket in_that) | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
bool | HasType (HPS.Type in_mask) |
Object (HPS.Object that) | |
virtual void | Reset () |
virtual HPS.Type | Type () |
Static Public Member Functions | |
static HPS.Exchange.ExportACISOptionsKit | GetDefault () |
static bool | operator!= (HPS.Exchange.ExportACISOptionsKit a, HPS.Exchange.ExportACISOptionsKit b) |
static bool | operator== (HPS.Exchange.ExportACISOptionsKit a, HPS.Exchange.ExportACISOptionsKit 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.ExportACISOptionsKit class is a user space object. It contains settings controlling how ACIS data is exported via the Exchange interface. Calling HPS.Exchange.ExportACISOptionsKit.GetDefault() will return an options kit with values found in here.
Constructor & Destructor Documentation
◆ ExportACISOptionsKit() [1/2]
|
inline |
The default constructor creates an empty ExportACISOptionsKit object.
◆ ExportACISOptionsKit() [2/2]
|
inline |
The copy constructor creates a new ExportACISOptionsKit object that contains the same settings as the source ExportACISOptionsKit.
- Parameters
-
in_kit The source ExportACISOptionsKit to copy.
Member Function Documentation
◆ Empty()
|
inlinevirtual |
Indicates whether this ExportACISOptionsKit has any values set on it.
- Returns
- true if no values are set on this ExportACISOptionsKit, false otherwise.
Reimplemented from HPS.Object.
◆ Equals()
|
inline |
Check if the source ExportACISOptionsKit is equivalent to this ExportACISOptionsKit.
- Parameters
-
in_kit The source ExportACISOptionsKit to compare to this ExportACISOptionsKit.
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetDefault()
|
inlinestatic |
Creates an ExportACISOptionsKit 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.ExportACIS.
- Returns
- An ExportACISOptionsKit 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 ExportACISOptionsKit into this ExportACISOptionsKit.
- Parameters
-
in_kit The source ExportACISOptionsKit to copy.
◆ SetBinary()
|
inline |
Sets whether to write ACIS data in binary form. This corresponds to the value that will be passed to A3DRWParamsExportAcisData::m_bSaveAsBinary.
- Parameters
-
in_state Whether to write ACIS data in binary form.
- Returns
- A reference to this ExportACISOptionsKit.
Default value
◆ SetMillimeterUnits()
|
inline |
Sets whether to write ACIS data in millimeter units instead of the native units of the CADModel. This corresponds to the value that will be passed to A3DRWParamsExportAcisData::m_bSaveAsMillimeter.
- Parameters
-
in_state Whether to write ACIS data in millimeter units instead of the native units of the CADModel.
- Returns
- A reference to this ExportACISOptionsKit.
Default value
◆ Show()
|
inline |
Copies this ExportACISOptionsKit into the given ExportACISOptionsKit.
- Parameters
-
out_kit The ExportACISOptionsKit to populate with the contents of this ExportACISOptionsKit.
◆ ShowBinary()
|
inline |
Shows the binary export setting.
- Parameters
-
out_state Whether to write ACIS data in binary form.
- Returns
- true if a binary export setting was specified, false otherwise.
◆ ShowMillimeterUnits()
|
inline |
Shows the millimeter unit export setting.
- Parameters
-
out_state Whether to write ACIS data in millimeter units instead of the native units of the CADModel.
- Returns
- true if a millimeter unit export setting was specified, false otherwise.
◆ UnsetBinary()
|
inline |
Removes the binary export setting.
- Returns
- A reference to this ExportACISOptionsKit.
◆ UnsetEverything()
|
inline |
Removes all settings from this ExportACISOptionsKit.
- Returns
- A reference to this ExportACISOptionsKit.
◆ UnsetMillimeterUnits()
|
inline |
Removes the millimeter unit export setting.
- Returns
- A reference to this ExportACISOptionsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs