NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Step214Creator Class Reference

Represents a Step214Creator to be used when exporting the STEP214 Data This class is created using DexManager . More...

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

List of all members.

Public Types

enum  EntityNameOption { EntityNameOptionLongName, EntityNameOptionShortName }
 Entitiy Name Option. More...
enum  ExportFromOption { ExportFromOptionDisplayPart, ExportFromOptionExistingPart }
 Export From Option. More...
enum  ExternalReferenceOption { ExternalReferenceOptionStep, ExternalReferenceOptionNx }
 External Reference Option. More...

Public Member Functions

NXString Author ()
 Returns the author
Created in NX6.0.0.
NXString Authorization ()
 Returns the authorization
Created in NX6.0.0.
double BsplineTol ()
 Returns the bspline tolerance
Created in NX6.0.0.
NXString Company ()
 Returns the company
Created in NX6.0.0.
NXString Description ()
 Returns the description
Created in NX6.0.0.
NXOpen::Step214Creator::EntityNameOption EntityNames ()
 Returns the entity names types long or short
Created in NX6.0.0.
bool ExportExtRef ()
 Returns the export ext ref - if set to true NX data can be output as external reference
Created in NX6.0.0.
NXOpen::Step214Creator::ExternalReferenceOption ExportExtRefAs ()
 Returns the export ext ref as - specifiy the external reference type
Created in NX6.0.0.
NXOpen::Step214Creator::ExportFromOption ExportFrom ()
 Returns the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0.
NXOpen::ObjectSelectorExportSelectionBlock ()
 Returns the export selection block - the object selection will be done by this block.
bool FileSaveFlag ()
 Returns the file save flag - set to false if doing file export
Created in NX6.0.0.
NXString InputFile ()
 Returns the input file - name of file which is being exported.
NXString LayerMask ()
 Returns the layerMask - comma spearate list of enabled layers
Created in NX6.0.0.
NXOpen::ObjectTypeSelectorObjectTypes ()
 Returns the objectTypes - this is subcomponent being used to set object types filters.
NXString OutputFile ()
 Returns the output file - the name of step file where output is being written
Created in NX6.0.0.
void SaveSettings (const NXString &filename)
 The save settings - this will save the settings to a file sepcified
Created in NX6.0.0.
void SetAuthor (const NXString &author)
 Sets the author
Created in NX6.0.0.
void SetAuthorization (const NXString &authorization)
 Sets the authorization
Created in NX6.0.0.
void SetBsplineTol (double bsplineTol)
 Sets the bspline tolerance
Created in NX6.0.0.
void SetCompany (const NXString &company)
 Sets the company
Created in NX6.0.0.
void SetDescription (const NXString &description)
 Sets the description
Created in NX6.0.0.
void SetEntityNames (NXOpen::Step214Creator::EntityNameOption entityNames)
 Sets the entity names types long or short
Created in NX6.0.0.
void SetExportExtRef (bool exportExtRef)
 Sets the export ext ref - if set to true NX data can be output as external reference
Created in NX6.0.0.
void SetExportExtRefAs (NXOpen::Step214Creator::ExternalReferenceOption exportExtRefAs)
 Sets the export ext ref as - specifiy the external reference type
Created in NX6.0.0.
void SetExportFrom (NXOpen::Step214Creator::ExportFromOption exportFrom)
 Sets the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0.
void SetFileSaveFlag (bool doingFileSave)
 Sets the file save flag - set to false if doing file export
Created in NX6.0.0.
void SetInputFile (const NXString &filename)
 Sets the input file - name of file which is being exported.
void SetLayerMask (const NXString &layerMask)
 Sets the layerMask - comma spearate list of enabled layers
Created in NX6.0.0.
void SetOutputFile (const NXString &filename)
 Sets the output file - the name of step file where output is being written
Created in NX6.0.0.
void SetSettingsFile (const NXString &filename)
 Sets the Settings File to read the default settings
Created in NX6.0.0.
NXString SettingsFile ()
 Returns the Settings File to read the default settings
Created in NX6.0.0.
void SetValidationProperties (bool validationProperties)
 Sets the validation properties - if set to true validation properties will be created
Created in NX6.0.0.
bool ValidationProperties ()
 Returns the validation properties - if set to true validation properties will be created
Created in NX6.0.0.

Detailed Description

Represents a Step214Creator to be used when exporting the STEP214 Data This class is created using DexManager .

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

Property Value

BsplineTol

0.0254

EntityNames

LongName

ExportExtRef

0

ExportExtRefAs

Step

ExportFrom

DisplayPart

ValidationProperties

0


Created in NX6.0.0.


Member Enumeration Documentation

Entitiy Name Option.

Enumerator:
EntityNameOptionLongName 

create long names

EntityNameOptionShortName 

create short names

Export From Option.

Enumerator:
ExportFromOptionDisplayPart 

export data from displayed part

ExportFromOptionExistingPart 

export data from existing part which is on disk

External Reference Option.

Enumerator:
ExternalReferenceOptionStep 

output external reference as STEP file

ExternalReferenceOptionNx 

output external reference as NX file


Member Function Documentation

Returns the author
Created in NX6.0.0.



License requirements : None

Returns the authorization
Created in NX6.0.0.



License requirements : None

Returns the bspline tolerance
Created in NX6.0.0.



License requirements : None

Returns the company
Created in NX6.0.0.



License requirements : None

Returns the description
Created in NX6.0.0.



License requirements : None

Returns the entity names types long or short
Created in NX6.0.0.



License requirements : None

Returns the export ext ref - if set to true NX data can be output as external reference
Created in NX6.0.0.



License requirements : None

Returns the export ext ref as - specifiy the external reference type
Created in NX6.0.0.



License requirements : None

Returns the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0.



License requirements : None

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


Created in NX6.0.0.

License requirements : None

Returns the file save flag - set to false if doing file export
Created in NX6.0.0.



License requirements : None

Returns the input file - name of file which is being exported.


Created in NX6.0.0.

License requirements : None

Returns the layerMask - comma spearate list of enabled layers
Created in NX6.0.0.



License requirements : None

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

Returns the output file - the name of step file where output is being written
Created in NX6.0.0.



License requirements : None

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

The save settings - this will save the settings to a file sepcified
Created in NX6.0.0.



License requirements : None

Parameters:
filename
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Step214Creator::SetAuthor ( const NXString author)

Sets the author
Created in NX6.0.0.



License requirements : None

Parameters:
authorauthor
void NXOpen::Step214Creator::SetAuthorization ( const NXString authorization)

Sets the authorization
Created in NX6.0.0.



License requirements : None

Parameters:
authorizationauthorization
void NXOpen::Step214Creator::SetBsplineTol ( double  bsplineTol)

Sets the bspline tolerance
Created in NX6.0.0.



License requirements : None

Parameters:
bsplineTolbsplinetol
void NXOpen::Step214Creator::SetCompany ( const NXString company)

Sets the company
Created in NX6.0.0.



License requirements : None

Parameters:
companycompany
void NXOpen::Step214Creator::SetDescription ( const NXString description)

Sets the description
Created in NX6.0.0.



License requirements : None

Parameters:
descriptiondescription

Sets the entity names types long or short
Created in NX6.0.0.



License requirements : None

Parameters:
entityNamesentitynames
void NXOpen::Step214Creator::SetExportExtRef ( bool  exportExtRef)

Sets the export ext ref - if set to true NX data can be output as external reference
Created in NX6.0.0.



License requirements : None

Parameters:
exportExtRefexportextref

Sets the export ext ref as - specifiy the external reference type
Created in NX6.0.0.



License requirements : None

Parameters:
exportExtRefAsexportextrefas

Sets the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0.



License requirements : None

Parameters:
exportFromexportfrom
void NXOpen::Step214Creator::SetFileSaveFlag ( bool  doingFileSave)

Sets the file save flag - set to false if doing file export
Created in NX6.0.0.



License requirements : None

Parameters:
doingFileSavedoingfilesave
void NXOpen::Step214Creator::SetInputFile ( const NXString filename)

Sets the input file - name of file which is being exported.


Created in NX6.0.0.

License requirements : None

Parameters:
filenamefilename
void NXOpen::Step214Creator::SetLayerMask ( const NXString layerMask)

Sets the layerMask - comma spearate list of enabled layers
Created in NX6.0.0.



License requirements : None

Parameters:
layerMasklayermask
void NXOpen::Step214Creator::SetOutputFile ( const NXString filename)

Sets the output file - the name of step file where output is being written
Created in NX6.0.0.



License requirements : None

Parameters:
filenamefilename

Sets the Settings File to read the default settings
Created in NX6.0.0.



License requirements : None

Parameters:
filenamefilename

Returns the Settings File to read the default settings
Created in NX6.0.0.



License requirements : None

void NXOpen::Step214Creator::SetValidationProperties ( bool  validationProperties)

Sets the validation properties - if set to true validation properties will be created
Created in NX6.0.0.



License requirements : None

Parameters:
validationPropertiesvalidationproperties

Returns the validation properties - if set to true validation properties will be created
Created in NX6.0.0.



License requirements : None


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