NX Open C++ Reference Guide
|
Represents ClearanceSetCollection . More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
int | CountClearanceSets () |
Determines the number of clearance analysis datasets in the specified part. | |
void | DeleteAllAnalysisData () |
Deletes all clearance analysis data from the given part, including all clearance analysis data sets, analysis results, and interference bodies. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Assemblies::ClearanceSet * | FindObject (const NXString &name) |
Finds the Assemblies::ClearanceSet with the given identifier as recorded in a journal. | |
NXOpen::Assemblies::ClearanceSet * | FindObject (const char *name) |
Finds the Assemblies::ClearanceSet with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents ClearanceSetCollection .
<br> To obtain an instance of this class, refer to @link Assemblies::ComponentAssembly Assemblies::ComponentAssembly @endlink <br>
Created in NX9.0.0.
iterator NXOpen::Assemblies::ClearanceSetCollection::begin | ( | ) |
Returns an iterator addressing the first element.
int NXOpen::Assemblies::ClearanceSetCollection::CountClearanceSets | ( | ) |
Determines the number of clearance analysis datasets in the specified part.
void NXOpen::Assemblies::ClearanceSetCollection::DeleteAllAnalysisData | ( | ) |
Deletes all clearance analysis data from the given part, including all clearance analysis data sets, analysis results, and interference bodies.
Created in NX9.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
iterator NXOpen::Assemblies::ClearanceSetCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Assemblies::ClearanceSet* NXOpen::Assemblies::ClearanceSetCollection::FindObject | ( | const NXString & | name | ) |
Finds the Assemblies::ClearanceSet with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with the given journal identifier. @return the clearance set found, or null if no such clearance set exists.
Created in NX9.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
name | Name of the clearance set to be found |
NXOpen::Assemblies::ClearanceSet* NXOpen::Assemblies::ClearanceSetCollection::FindObject | ( | const char * | name | ) |
Finds the Assemblies::ClearanceSet with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with the given journal identifier. @return the clearance set found, or null if no such clearance set exists.
Created in NX9.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
name | Name of the clearance set to be found |
tag_t NXOpen::Assemblies::ClearanceSetCollection::Tag | ( | ) | const |
Returns the tag of this object.