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

Represents a NXOpen::ProeImporter to be used when importing the ProE Data This class is created using NXOpen::DexManager . More...

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

Public Types

enum  ImportToOption { ImportToOptionWorkPart, ImportToOptionNewPart }
 Import To Option. More...
 

Public Member Functions

bool HealBodies ()
 Returns the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0. More...
 
NXOpen::ProeImporter::ImportToOption ImportTo ()
 Returns the import to. More...
 
bool ImportToTeamcenter ()
 Returns the import to Teamcenter - if set to true then imported data can be added to Teamcenter
Created in NX11.0.0. More...
 
bool IncludeNonManifoldObj ()
 Returns the include non manifold obj - if set to true then non-manifold objects from proe will also be imported
Created in NX6.0.0. More...
 
NXString InputFile ()
 Returns the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
bool Optimize ()
 Returns the Optimize - if value set to true then redundant geometries will be removed
Created in NX6.0.0. More...
 
NXString OutputFile ()
 Returns the output file - if proe file is imported to new part then this name will be used to write the output. More...
 
void SaveSettings (const NXString &filename)
 Save the settings - this will save the settings to a file specified
Created in NX6.0.0. More...
 
void SaveSettings (const char *filename)
 Save the settings - this will save the settings to a file specified
Created in NX6.0.0. More...
 
void SetHealBodies (bool healBodies)
 Sets the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0. More...
 
void SetImportTo (NXOpen::ProeImporter::ImportToOption importTo)
 Sets the import to. More...
 
void SetImportToTeamcenter (bool importToTeamcenter)
 Sets the import to Teamcenter - if set to true then imported data can be added to Teamcenter
Created in NX11.0.0. More...
 
void SetIncludeNonManifoldObj (bool includeNonManifoldObj)
 Sets the include non manifold obj - if set to true then non-manifold objects from proe will also be imported
Created in NX6.0.0. More...
 
void SetInputFile (const NXString &filename)
 Sets the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
void SetInputFile (const char *filename)
 Sets the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
void SetOptimize (bool optimize)
 Sets the Optimize - if value set to true then redundant geometries will be removed
Created in NX6.0.0. More...
 
void SetOutputFile (const NXString &filename)
 Sets the output file - if proe file is imported to new part then this name will be used to write the output. More...
 
void SetOutputFile (const char *filename)
 Sets the output file - if proe file is imported to new part then this name will be used to write the output. More...
 
void SetSettingsFile (const NXString &filename)
 Sets the settings file - definition file for default options
Created in NX6.0.0. More...
 
void SetSettingsFile (const char *filename)
 Sets the settings file - definition file for default options
Created in NX6.0.0. More...
 
void SetSimplifyGeometry (bool simplifyGeometry)
 Sets the simplify geometry - if value set to true then imported data will be simplified
Created in NX6.0.0. More...
 
NXString SettingsFile ()
 Returns the settings file - definition file for default options
Created in NX6.0.0. More...
 
bool SimplifyGeometry ()
 Returns the simplify geometry - if value set to true then imported data will be simplified
Created in NX6.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 NXOpen::ProeImporter to be used when importing the ProE Data This class is created using NXOpen::DexManager .

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

Property Value

HealBodies

0

ImportTo

WorkPart

ImportToTeamcenter

0

IncludeNonManifoldObj

0

Optimize

0

SimplifyGeometry

0


Created in NX6.0.0.

Member Enumeration Documentation

Import To Option.

Enumerator
ImportToOptionWorkPart 

import proe file to work part

ImportToOptionNewPart 

import proe file to new part

Member Function Documentation

bool NXOpen::ProeImporter::HealBodies ( )

Returns the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0.



License requirements : None

NXOpen::ProeImporter::ImportToOption NXOpen::ProeImporter::ImportTo ( )

Returns the import to.

This option will determine the destination for imported proe file. It can either be new part or work part.
Created in NX11.0.0.

License requirements : None

bool NXOpen::ProeImporter::ImportToTeamcenter ( )

Returns the import to Teamcenter - if set to true then imported data can be added to Teamcenter
Created in NX11.0.0.



License requirements : None

bool NXOpen::ProeImporter::IncludeNonManifoldObj ( )

Returns the include non manifold obj - if set to true then non-manifold objects from proe will also be imported
Created in NX6.0.0.



License requirements : None

NXString NXOpen::ProeImporter::InputFile ( )

Returns the input file - name of a file which is being imported
Created in NX6.0.0.



License requirements : None

bool NXOpen::ProeImporter::Optimize ( )

Returns the Optimize - if value set to true then redundant geometries will be removed
Created in NX6.0.0.



License requirements : None

NXString NXOpen::ProeImporter::OutputFile ( )

Returns the output file - if proe file is imported to new part then this name will be used to write the output.


Created in NX11.0.0.

License requirements : None

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

Save the settings - this will save the settings to a file specified
Created in NX6.0.0.



License requirements : None

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

Save the settings - this will save the settings to a file specified
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::ProeImporter::SetHealBodies ( bool  healBodies)

Sets the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0.



License requirements : None

Parameters
healBodieshealbodies
void NXOpen::ProeImporter::SetImportTo ( NXOpen::ProeImporter::ImportToOption  importTo)

Sets the import to.

This option will determine the destination for imported proe file. It can either be new part or work part.
Created in NX11.0.0.

License requirements : None

Parameters
importToimportto
void NXOpen::ProeImporter::SetImportToTeamcenter ( bool  importToTeamcenter)

Sets the import to Teamcenter - if set to true then imported data can be added to Teamcenter
Created in NX11.0.0.



License requirements : None

Parameters
importToTeamcenterimporttoteamcenter
void NXOpen::ProeImporter::SetIncludeNonManifoldObj ( bool  includeNonManifoldObj)

Sets the include non manifold obj - if set to true then non-manifold objects from proe will also be imported
Created in NX6.0.0.



License requirements : None

Parameters
includeNonManifoldObjincludenonmanifoldobj
void NXOpen::ProeImporter::SetInputFile ( const NXString filename)

Sets the input file - name of a file which is being imported
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::ProeImporter::SetInputFile ( const char *  filename)

Sets the input file - name of a file which is being imported
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::ProeImporter::SetOptimize ( bool  optimize)

Sets the Optimize - if value set to true then redundant geometries will be removed
Created in NX6.0.0.



License requirements : None

Parameters
optimizeoptimize
void NXOpen::ProeImporter::SetOutputFile ( const NXString filename)

Sets the output file - if proe file is imported to new part then this name will be used to write the output.


Created in NX11.0.0.

License requirements : None

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

Sets the output file - if proe file is imported to new part then this name will be used to write the output.


Created in NX11.0.0.

License requirements : None

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

Sets the settings file - definition file for default options
Created in NX6.0.0.



License requirements : None

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

Sets the settings file - definition file for default options
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::ProeImporter::SetSimplifyGeometry ( bool  simplifyGeometry)

Sets the simplify geometry - if value set to true then imported data will be simplified
Created in NX6.0.0.



License requirements : None

Parameters
simplifyGeometrysimplifygeometry
NXString NXOpen::ProeImporter::SettingsFile ( )

Returns the settings file - definition file for default options
Created in NX6.0.0.



License requirements : None

bool NXOpen::ProeImporter::SimplifyGeometry ( )

Returns the simplify geometry - if value set to true then imported data will be simplified
Created in NX6.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.