NX Open C++ Reference Guide
|
This class will read a data set file from Team Center
Created in NX8.5.0.
More...
Public Member Functions | |
bool | CreateDataSetToggle () |
Returns the property that if the toggle is on then the native file will be added to current work part as a data set Created in NX8.5.0. | |
int | DataSets () |
Returns the index value of the available data set names Created in NX8.5.0. | |
void | GetDataSetNames (std::vector< NXString > &dataSetNames) |
The list of available data set names under the current work part Created in NX8.5.0. | |
NXString | NativeFileBrowser () |
Returns the file name of the data set from the native file system Created in NX8.5.0. | |
bool | NativeToggle () |
Returns the flag that represents if toggle is on the a file of the data set type can be retrieved from the Native file system Created in NX8.5.0. | |
void | SetCreateDataSetToggle (bool createDataSetToggle) |
Sets the property that if the toggle is on then the native file will be added to current work part as a data set Created in NX8.5.0. | |
void | SetDataSets (int dataSets) |
Sets the index value of the available data set names Created in NX8.5.0. | |
void | SetNativeFileBrowser (const NXString &filename) |
Sets the file name of the data set from the native file system Created in NX8.5.0. | |
void | SetNativeFileBrowser (const char *filename) |
Sets the file name of the data set from the native file system Created in NX8.5.0. | |
void | SetNativeToggle (bool nativeToggle) |
Sets the flag that represents if toggle is on the a file of the data set type can be retrieved from the Native file system Created in NX8.5.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class will read a data set file from Team Center
Created in NX8.5.0.
bool NXOpen::Features::ShipDesign::ReadDataSetBuilder::CreateDataSetToggle | ( | ) |
Returns the property that if the toggle is on then the native file will be added to current work part as a data set
Created in NX8.5.0.
License requirements : None
int NXOpen::Features::ShipDesign::ReadDataSetBuilder::DataSets | ( | ) |
Returns the index value of the available data set names
Created in NX8.5.0.
License requirements : None
void NXOpen::Features::ShipDesign::ReadDataSetBuilder::GetDataSetNames | ( | std::vector< NXString > & | dataSetNames | ) |
The list of available data set names under the current work part
Created in NX8.5.0.
License requirements : None
dataSetNames | Available data set names derived from the input Team Center relations. |
NXString NXOpen::Features::ShipDesign::ReadDataSetBuilder::NativeFileBrowser | ( | ) |
Returns the file name of the data set from the native file system
Created in NX8.5.0.
License requirements : None
bool NXOpen::Features::ShipDesign::ReadDataSetBuilder::NativeToggle | ( | ) |
Returns the flag that represents if toggle is on the a file of the data set type can be retrieved from the Native file system
Created in NX8.5.0.
License requirements : None
void NXOpen::Features::ShipDesign::ReadDataSetBuilder::SetCreateDataSetToggle | ( | bool | createDataSetToggle | ) |
Sets the property that if the toggle is on then the native file will be added to current work part as a data set
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept")
createDataSetToggle | createdatasettoggle |
void NXOpen::Features::ShipDesign::ReadDataSetBuilder::SetDataSets | ( | int | dataSets | ) |
Sets the index value of the available data set names
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept")
dataSets | datasets |
void NXOpen::Features::ShipDesign::ReadDataSetBuilder::SetNativeFileBrowser | ( | const NXString & | filename | ) |
Sets the file name of the data set from the native file system
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept")
filename | filename |
void NXOpen::Features::ShipDesign::ReadDataSetBuilder::SetNativeFileBrowser | ( | const char * | filename | ) |
Sets the file name of the data set from the native file system
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept")
filename | filename |
void NXOpen::Features::ShipDesign::ReadDataSetBuilder::SetNativeToggle | ( | bool | nativeToggle | ) |
Sets the flag that represents if toggle is on the a file of the data set type can be retrieved from the Native file system
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept")
nativeToggle | nativetoggle |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.