NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::AcisExporter Class Reference

Represents a AcisExporter to be used when importing the Acis Data This class is created using DexManager . More...

Inheritance diagram for NXOpen::AcisExporter:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  AcisVersionOption {
  AcisVersionOptionR26, AcisVersionOptionR25, AcisVersionOptionR24, AcisVersionOptionR23,
  AcisVersionOptionR22, AcisVersionOptionR21, AcisVersionOptionR20, AcisVersionOptionR19,
  AcisVersionOptionR18
}
 ACIS Version options. More...
 

Public Member Functions

NXOpen::AcisExporter::AcisVersionOption AcisVersion ()
 Returns the Acis version - The version of ACIS file to be exported
Created in NX11.0.0. More...
 
NXOpen::ObjectSelectorExportSelectionBlock ()
 Returns the export selection block - the object selection will be done by this block. More...
 
bool FileSaveFlag ()
 Returns the file save flag - this should be set to false if doing File Export
Created in NX11.0.0. More...
 
NXString OutputFile ()
 Returns the output file - the exported data will be written to file specified
Created in NX11.0.0. More...
 
void SaveSettings (const NXString &filename)
 Save the settings - this will save the settings to a file sepcified
Created in NX11.0.0. More...
 
void SaveSettings (const char *filename)
 Save the settings - this will save the settings to a file sepcified
Created in NX11.0.0. More...
 
void SetAcisVersion (NXOpen::AcisExporter::AcisVersionOption acisVersion)
 Sets the Acis version - The version of ACIS file to be exported
Created in NX11.0.0. More...
 
void SetFileSaveFlag (bool doingFileSave)
 Sets the file save flag - this should be set to false if doing File Export
Created in NX11.0.0. More...
 
void SetOutputFile (const NXString &filename)
 Sets the output file - the exported data will be written to file specified
Created in NX11.0.0. More...
 
void SetOutputFile (const char *filename)
 Sets the output file - the exported data will be written to file specified
Created in NX11.0.0. More...
 
void SetSettingsFile (const NXString &filename)
 Sets the settings file - The definition file to read default options
Created in NX11.0.0. More...
 
void SetSettingsFile (const char *filename)
 Sets the settings file - The definition file to read default options
Created in NX11.0.0. More...
 
NXString SettingsFile ()
 Returns the settings file - The definition file to read default options
Created in NX11.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a AcisExporter to be used when importing the Acis Data This class is created using DexManager .

NULL object will be returned from Commit()
To create a new instance of this class, use NXOpen::DexManager::CreateAcisExporter
Default values.

Property Value

AcisVersion

R18


Created in NX11.0.0.

Member Enumeration Documentation

ACIS Version options.

Enumerator
AcisVersionOptionR26 

r26

AcisVersionOptionR25 

r25

AcisVersionOptionR24 

r24

AcisVersionOptionR23 

r23

AcisVersionOptionR22 

r22

AcisVersionOptionR21 

r21

AcisVersionOptionR20 

r20

AcisVersionOptionR19 

r19

AcisVersionOptionR18 

r18

Member Function Documentation

NXOpen::AcisExporter::AcisVersionOption NXOpen::AcisExporter::AcisVersion ( )

Returns the Acis version - The version of ACIS file to be exported
Created in NX11.0.0.



License requirements : None

NXOpen::ObjectSelector* NXOpen::AcisExporter::ExportSelectionBlock ( )

Returns the export selection block - the object selection will be done by this block.


Created in NX11.0.0.

License requirements : None

bool NXOpen::AcisExporter::FileSaveFlag ( )

Returns the file save flag - this should be set to false if doing File Export
Created in NX11.0.0.



License requirements : None

NXString NXOpen::AcisExporter::OutputFile ( )

Returns the output file - the exported data will be written to file specified
Created in NX11.0.0.



License requirements : None

void NXOpen::AcisExporter::SaveSettings ( const NXString filename)

Save the settings - this will save the settings to a file sepcified
Created in NX11.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::AcisExporter::SaveSettings ( const char *  filename)

Save the settings - this will save the settings to a file sepcified
Created in NX11.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::AcisExporter::SetAcisVersion ( NXOpen::AcisExporter::AcisVersionOption  acisVersion)

Sets the Acis version - The version of ACIS file to be exported
Created in NX11.0.0.



License requirements : None

Parameters
acisVersionacisversion
void NXOpen::AcisExporter::SetFileSaveFlag ( bool  doingFileSave)

Sets the file save flag - this should be set to false if doing File Export
Created in NX11.0.0.



License requirements : None

Parameters
doingFileSavedoingfilesave
void NXOpen::AcisExporter::SetOutputFile ( const NXString filename)

Sets the output file - the exported data will be written to file specified
Created in NX11.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::AcisExporter::SetOutputFile ( const char *  filename)

Sets the output file - the exported data will be written to file specified
Created in NX11.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::AcisExporter::SetSettingsFile ( const NXString filename)

Sets the settings file - The definition file to read default options
Created in NX11.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::AcisExporter::SetSettingsFile ( const char *  filename)

Sets the settings file - The definition file to read default options
Created in NX11.0.0.



License requirements : None

Parameters
filenamefilename
NXString NXOpen::AcisExporter::SettingsFile ( )

Returns the settings file - The definition file to read default options
Created in NX11.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.