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

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

Inheritance diagram for NXOpen::Step214Importer:
NXOpen::DexBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ImportToOption { ImportToOptionWorkPart, ImportToOptionNewPart }
 Create the builder. More...
 

Public Member Functions

bool FileOpenFlag ()
 Returns the file open flag - set this to false if doing file import
Created in NX6.0.0. More...
 
bool FlattenAssembly ()
 Returns the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.5.0. More...
 
NXOpen::Step214Importer::ImportToOption ImportTo ()
 Returns the import to - this option will determine the destination for imported iges file. More...
 
bool ImportToTeamcenter ()
 Returns the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter
Created in NX7.0.0. More...
 
NXString InputFile ()
 Returns the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
int LayerDefault ()
 Returns the layer default for level 0
Created in NX6.0.0. More...
 
NXOpen::ObjectTypeSelectorObjectTypes ()
 Returns the objectTypes - this is subcomponent being used to set object types filters. More...
 
bool Optimize ()
 Returns the optimize - if set to true Optimizes geometry
Created in NX6.0.0. More...
 
NXString OutputFile ()
 Returns the output file - if iges file is imported to new part then this name will be used to write the output. More...
 
void SaveSettings (const NXString &filename)
 Saves the save settings - this will save the settings to a file specified
Created in NX6.0.0. More...
 
void SaveSettings (const char *filename)
 Saves the save settings - this will save the settings to a file specified
Created in NX6.0.0. More...
 
void SetFileOpenFlag (bool doingFileOpen)
 Sets the file open flag - set this to false if doing file import
Created in NX6.0.0. More...
 
void SetFlattenAssembly (bool flattenAssembly)
 Sets the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.5.0. More...
 
void SetImportTo (NXOpen::Step214Importer::ImportToOption importTo)
 Sets the import to - this option will determine the destination for imported iges file. More...
 
void SetImportToTeamcenter (bool importToTeamcenter)
 Sets the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter
Created in NX7.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 SetLayerDefault (int layerDefault)
 Sets the layer default for level 0
Created in NX6.0.0. More...
 
void SetOptimize (bool optimize)
 Sets the optimize - if set to true Optimizes geometry
Created in NX6.0.0. More...
 
void SetOutputFile (const NXString &filename)
 Sets the output file - if iges 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 iges 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 SetSewSurfaces (bool sewSurfaces)
 Sets the sew surfaces - if set to true surfaces will be sewed automatically
Created in NX6.0.0. More...
 
void SetSimplifyGeometry (bool simplifyGeometry)
 Sets the simplify geometry - if set to true geometry will be simplified automatically
Created in NX6.0.0. More...
 
void SetSmoothBSurfaces (bool smoothBSurfaces)
 Sets the Smooth B-Surfaces - if set to true smooth B-Surfaces
Created in NX6.0.0. More...
 
NXString SettingsFile ()
 Returns the settings file - definition file for default options
Created in NX6.0.0. More...
 
bool SewSurfaces ()
 Returns the sew surfaces - if set to true surfaces will be sewed automatically
Created in NX6.0.0. More...
 
bool SimplifyGeometry ()
 Returns the simplify geometry - if set to true geometry will be simplified automatically
Created in NX6.0.0. More...
 
bool SmoothBSurfaces ()
 Returns the Smooth B-Surfaces - if set to true smooth B-Surfaces
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::DexBuilder
bool ProcessHoldFlag ()
 Returns the process hold flag - set to true if user wants to wait until transaltion process gets completed
Created in NX8.0.0. More...
 
void SetProcessHoldFlag (bool doingFileSave)
 Sets the process hold flag - set to true if user wants to wait until transaltion process gets completed
Created in NX8.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::Step214Importer to be used when importing the STEP214 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::CreateStep214Importer
Default values.

Property Value

FlattenAssembly

0

ImportTo

WorkPart

ImportToTeamcenter

0

LayerDefault

0

Optimize

0

ProcessHoldFlag

0

SewSurfaces

0

SimplifyGeometry

0

SmoothBSurfaces

1


Created in NX6.0.0.

Member Enumeration Documentation

Create the builder.

Enumerator
ImportToOptionWorkPart 

import iges file to work part

ImportToOptionNewPart 

import iges file to new part

Member Function Documentation

bool NXOpen::Step214Importer::FileOpenFlag ( )

Returns the file open flag - set this to false if doing file import
Created in NX6.0.0.



License requirements : None

bool NXOpen::Step214Importer::FlattenAssembly ( )

Returns the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.5.0.



License requirements : None

NXOpen::Step214Importer::ImportToOption NXOpen::Step214Importer::ImportTo ( )

Returns the import to - this option will determine the destination for imported iges file.

it can either be new part or work part.
Created in NX6.0.0.

License requirements : None

bool NXOpen::Step214Importer::ImportToTeamcenter ( )

Returns the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter
Created in NX7.0.0.



License requirements : None

NXString NXOpen::Step214Importer::InputFile ( )

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



License requirements : None

int NXOpen::Step214Importer::LayerDefault ( )

Returns the layer default for level 0
Created in NX6.0.0.



License requirements : None

NXOpen::ObjectTypeSelector* NXOpen::Step214Importer::ObjectTypes ( )

Returns the objectTypes - this is subcomponent being used to set object types filters.

This will be used to filter objects based on the types
Created in NX6.0.0.

License requirements : None

bool NXOpen::Step214Importer::Optimize ( )

Returns the optimize - if set to true Optimizes geometry
Created in NX6.0.0.



License requirements : None

NXString NXOpen::Step214Importer::OutputFile ( )

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


Created in NX6.0.0.

License requirements : None

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

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



License requirements : None

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

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



License requirements : None

Parameters
filenamefilename
void NXOpen::Step214Importer::SetFileOpenFlag ( bool  doingFileOpen)

Sets the file open flag - set this to false if doing file import
Created in NX6.0.0.



License requirements : None

Parameters
doingFileOpendoingfileopen
void NXOpen::Step214Importer::SetFlattenAssembly ( bool  flattenAssembly)

Sets the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.5.0.



License requirements : None

Parameters
flattenAssemblyflattenassembly
void NXOpen::Step214Importer::SetImportTo ( NXOpen::Step214Importer::ImportToOption  importTo)

Sets the import to - this option will determine the destination for imported iges file.

it can either be new part or work part.
Created in NX6.0.0.

License requirements : None

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

Sets the ImportToTeamcenter command - if set to true then assembly will be imported into Teamcenter
Created in NX7.0.0.



License requirements : None

Parameters
importToTeamcenterimporttoteamcenter
void NXOpen::Step214Importer::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::Step214Importer::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::Step214Importer::SetLayerDefault ( int  layerDefault)

Sets the layer default for level 0
Created in NX6.0.0.



License requirements : None

Parameters
layerDefaultlayerdefault
void NXOpen::Step214Importer::SetOptimize ( bool  optimize)

Sets the optimize - if set to true Optimizes geometry
Created in NX6.0.0.



License requirements : None

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

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


Created in NX6.0.0.

License requirements : None

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

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


Created in NX6.0.0.

License requirements : None

Parameters
filenamefilename
void NXOpen::Step214Importer::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::Step214Importer::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::Step214Importer::SetSewSurfaces ( bool  sewSurfaces)

Sets the sew surfaces - if set to true surfaces will be sewed automatically
Created in NX6.0.0.



License requirements : None

Parameters
sewSurfacessewsurfaces
void NXOpen::Step214Importer::SetSimplifyGeometry ( bool  simplifyGeometry)

Sets the simplify geometry - if set to true geometry will be simplified automatically
Created in NX6.0.0.



License requirements : None

Parameters
simplifyGeometrysimplifygeometry
void NXOpen::Step214Importer::SetSmoothBSurfaces ( bool  smoothBSurfaces)

Sets the Smooth B-Surfaces - if set to true smooth B-Surfaces
Created in NX6.0.0.



License requirements : None

Parameters
smoothBSurfacessmoothbsurfaces
NXString NXOpen::Step214Importer::SettingsFile ( )

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



License requirements : None

bool NXOpen::Step214Importer::SewSurfaces ( )

Returns the sew surfaces - if set to true surfaces will be sewed automatically
Created in NX6.0.0.



License requirements : None

bool NXOpen::Step214Importer::SimplifyGeometry ( )

Returns the simplify geometry - if set to true geometry will be simplified automatically
Created in NX6.0.0.



License requirements : None

bool NXOpen::Step214Importer::SmoothBSurfaces ( )

Returns the Smooth B-Surfaces - if set to true smooth B-Surfaces
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.