|
NX Open C++ Reference Guide
|
Creates Weld features by reading a csv file
To create a new instance of this class, use Weld::WeldManager::CreateImportBuilder
Created in NX7.5.1.
More...
Public Member Functions | |
| bool | ConfirmWarningMessages () |
| Returns the option to indicate if warning messages need to be confirmed. | |
| NXString | InputFile () |
| Returns the input csv file Created in NX7.5.1. | |
| void | SetConfirmWarningMessages (bool option) |
| Sets the option to indicate if warning messages need to be confirmed. | |
| void | SetInputFile (const NXString &filename) |
| Sets the input csv file Created in NX7.5.1. | |
| void | SetInputFile (const char *filename) |
| Sets the input csv file Created in NX7.5.1. | |
| void | SetTemplateFile (const NXString &filename) |
| Sets the template file indicating attribute mapping. | |
| void | SetTemplateFile (const char *filename) |
| Sets the template file indicating attribute mapping. | |
| NXString | TemplateFile () |
| Returns the template file indicating attribute mapping. | |
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. | |
Creates Weld features by reading a csv file
To create a new instance of this class, use Weld::WeldManager::CreateImportBuilder
Created in NX7.5.1.
| bool NXOpen::Weld::WeldImportBuilder::ConfirmWarningMessages | ( | ) |
Returns the option to indicate if warning messages need to be confirmed.
If false setting, all warnings will be accepted.
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::Weld::WeldImportBuilder::InputFile | ( | ) |
Returns the input csv file
Created in NX7.5.1.
License requirements : None
| void NXOpen::Weld::WeldImportBuilder::SetConfirmWarningMessages | ( | bool | option | ) |
Sets the option to indicate if warning messages need to be confirmed.
If false setting, all warnings will be accepted.
Created in NX8.5.0.
License requirements : structure_weld ("STRUCTURE WELD")
| option | option |
| void NXOpen::Weld::WeldImportBuilder::SetInputFile | ( | const NXString & | filename | ) |
Sets the input csv file
Created in NX7.5.1.
License requirements : None
| filename | filename |
| void NXOpen::Weld::WeldImportBuilder::SetInputFile | ( | const char * | filename | ) |
Sets the input csv file
Created in NX7.5.1.
License requirements : None
| filename | filename |
| void NXOpen::Weld::WeldImportBuilder::SetTemplateFile | ( | const NXString & | filename | ) |
Sets the template file indicating attribute mapping.
Created in NX7.5.1.
License requirements : None
| filename | filename |
| void NXOpen::Weld::WeldImportBuilder::SetTemplateFile | ( | const char * | filename | ) |
Sets the template file indicating attribute mapping.
Created in NX7.5.1.
License requirements : None
| filename | filename |
| NXString NXOpen::Weld::WeldImportBuilder::TemplateFile | ( | ) |
Returns the template file indicating attribute mapping.
Created in NX7.5.1.
License requirements : None