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

Represents a NXOpen::Mechatronics::ECADExportBuilder
To create a new instance of this class, use NXOpen::Mechatronics::PhysicsManager::CreateECADExportBuilder

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::Mechatronics::ECADExportBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ExportFileType { ExportFileTypeXml, ExportFileTypeCsv, ExportFileTypeEplan }
 Represents the export file type. More...
 

Public Member Functions

NXString ExportFile ()
 Returns the export file name
Created in NX8.5.0. More...
 
NXOpen::Mechatronics::ECADExportBuilder::ExportFileType ExportFileFormat ()
 Returns the export file format. More...
 
std::vector< NXStringGetExportAttributesName ()
 Gets the exported attributes name. More...
 
NXOpen::Mechatronics::SelectLogicObjectListSelectLogicals ()
 Returns the selected logical objects. More...
 
void SetExportAttributesName (std::vector< NXString > &exportAttributesName)
 Sets the exported attributes name
More...
 
void SetExportFile (const NXString &exportFile)
 Sets the export file name
Created in NX8.5.0. More...
 
void SetExportFile (const char *exportFile)
 Sets the export file name
Created in NX8.5.0. More...
 
void SetExportFileFormat (NXOpen::Mechatronics::ECADExportBuilder::ExportFileType exportFileFormat)
 Sets the export file format. 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 NXOpen::Mechatronics::ECADExportBuilder
To create a new instance of this class, use NXOpen::Mechatronics::PhysicsManager::CreateECADExportBuilder

Created in NX8.5.0.


Member Enumeration Documentation

Represents the export file type.


Deprecated:
Deprecated in NX9.0.0. This enum type has no replacement. It is no longer supported.
Enumerator
ExportFileTypeXml 

XML File.

ExportFileTypeCsv 

CSV File.

ExportFileTypeEplan 

EPLAN File.

Member Function Documentation

NXString NXOpen::Mechatronics::ECADExportBuilder::ExportFile ( )

Returns the export file name
Created in NX8.5.0.



License requirements : None

NXOpen::Mechatronics::ECADExportBuilder::ExportFileType NXOpen::Mechatronics::ECADExportBuilder::ExportFileFormat ( )

Returns the export file format.


Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

std::vector<NXString> NXOpen::Mechatronics::ECADExportBuilder::GetExportAttributesName ( )

Gets the exported attributes name.

Returns
Exported attributes name
Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::SelectLogicObjectList* NXOpen::Mechatronics::ECADExportBuilder::SelectLogicals ( )

Returns the selected logical objects.

This can be a NXOpen::Mechatronics::LogicObject .
Created in NX8.5.0.

License requirements : None

void NXOpen::Mechatronics::ECADExportBuilder::SetExportAttributesName ( std::vector< NXString > &  exportAttributesName)

Sets the exported attributes name

Deprecated:
Deprecated in NX9.0.0.

This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
exportAttributesNameExported attributes name
void NXOpen::Mechatronics::ECADExportBuilder::SetExportFile ( const NXString exportFile)

Sets the export file name
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
exportFileThe export file name
void NXOpen::Mechatronics::ECADExportBuilder::SetExportFile ( const char *  exportFile)

Sets the export file name
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
exportFileThe export file name
void NXOpen::Mechatronics::ECADExportBuilder::SetExportFileFormat ( NXOpen::Mechatronics::ECADExportBuilder::ExportFileType  exportFileFormat)

Sets the export file format.


Deprecated:
Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
exportFileFormatexportfileformat

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