|
NX Open C++ Reference Guide
|
Represents a ProeImporter to be used when importing the ProE Data This class is created using DexManager . 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. | |
| 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. | |
| NXString | InputFile () |
| Returns the input file - name of a file which is being imported Created in NX6.0.0. | |
| bool | Optimize () |
| Returns the Optimize - if value set to true then redundant geometries will be removed Created in NX6.0.0. | |
| void | SaveSettings (const NXString &filename) |
| Save the settings - this will save the settings to a file specified Created in NX6.0.0. | |
| void | SaveSettings (const char *filename) |
| Save the settings - this will save the settings to a file specified Created in NX6.0.0. | |
| void | SetHealBodies (bool healBodies) |
| Sets the heal bodies - if set to true then imported data will be healed Created in NX6.0.0. | |
| 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. | |
| void | SetInputFile (const NXString &filename) |
| Sets the input file - name of a file which is being imported Created in NX6.0.0. | |
| void | SetInputFile (const char *filename) |
| Sets the input file - name of a file which is being imported Created in NX6.0.0. | |
| void | SetOptimize (bool optimize) |
| Sets the Optimize - if value set to true then redundant geometries will be removed Created in NX6.0.0. | |
| void | SetSettingsFile (const NXString &filename) |
| Sets the settings file - definition file for default options Created in NX6.0.0. | |
| void | SetSettingsFile (const char *filename) |
| Sets the settings file - definition file for default options Created in NX6.0.0. | |
| void | SetSimplifyGeometry (bool simplifyGeometry) |
| Sets the simplify geometry - if value set to true then imported data will be simplified Created in NX6.0.0. | |
| NXString | SettingsFile () |
| Returns the settings file - definition file for default options Created in NX6.0.0. | |
| bool | SimplifyGeometry () |
| Returns the simplify geometry - if value set to true then imported data will be simplified Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a ProeImporter to be used when importing the ProE Data This class is created using DexManager .
NULL object will be returned from Commit() <br> To create a new instance of this class, use @link DexManager::CreateProeImporter DexManager::CreateProeImporter @endlink <br>
Default values.
| Property | Value |
|---|---|
|
HealBodies |
0 |
|
IncludeNonManifoldObj |
0 |
|
Optimize |
0 |
|
SimplifyGeometry |
0 |
Created in NX6.0.0.
| 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
| 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
| 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
| filename | NOTE: The full Unicode character set is not supported for this parameter. |
| 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
| filename | NOTE: The full Unicode character set is not supported for this parameter. |
| 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
| healBodies | healbodies |
| 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
| includeNonManifoldObj | includenonmanifoldobj |
| 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
| filename | filename |
| 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
| filename | filename |
| 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
| optimize | optimize |
| void NXOpen::ProeImporter::SetSettingsFile | ( | const NXString & | filename | ) |
Sets the settings file - definition file for default options
Created in NX6.0.0.
License requirements : None
| filename | filename |
| void NXOpen::ProeImporter::SetSettingsFile | ( | const char * | filename | ) |
Sets the settings file - definition file for default options
Created in NX6.0.0.
License requirements : None
| filename | filename |
| 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
| simplifyGeometry | simplifygeometry |
| 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