NX Open C++ Reference Guide
|
Provides methods for managing Contact Prevention ConstraintsCAE::CfdContactPreventionConstraint in a fem part. 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. | |
NXOpen::CAE::CfdContactPreventionConstraint * | CloneConstraint (NXOpen::CAE::CfdContactPreventionConstraint *source) |
Clones a contact prevention constraint. | |
NXOpen::CAE::CfdContactPreventionConstraintBuilder * | CreateBuilder (NXOpen::TaggedObject *recipe) |
Creates a local resolution constraint builder. | |
void | DeleteConstraint (NXOpen::CAE::CfdContactPreventionConstraint *constraint) |
Delete a contact prevention constraint. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::CfdContactPreventionConstraint * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::CfdContactPreventionConstraint with the given identifier as recorded in a journal. | |
NXOpen::CAE::CfdContactPreventionConstraint * | FindObject (const char *journalIdentifier) |
Finds the CAE::CfdContactPreventionConstraint with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Provides methods for managing Contact Prevention ConstraintsCAE::CfdContactPreventionConstraint in a fem part.
To obtain an instance of this class, refer to CAE::BaseFEModel
Created in NX9.0.0.
iterator NXOpen::CAE::CfdContactPreventionConstraintCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::CfdContactPreventionConstraint* NXOpen::CAE::CfdContactPreventionConstraintCollection::CloneConstraint | ( | NXOpen::CAE::CfdContactPreventionConstraint * | source | ) |
Clones a contact prevention constraint.
source | Source contact prevention constraint |
NXOpen::CAE::CfdContactPreventionConstraintBuilder* NXOpen::CAE::CfdContactPreventionConstraintCollection::CreateBuilder | ( | NXOpen::TaggedObject * | recipe | ) |
Creates a local resolution constraint builder.
@return ContactPreventionConstraint Builder
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
recipe | CfdContactPreventionConstraint to be edited, if NULL or FluidDomainRecipe then create a new one |
void NXOpen::CAE::CfdContactPreventionConstraintCollection::DeleteConstraint | ( | NXOpen::CAE::CfdContactPreventionConstraint * | constraint | ) |
Delete a contact prevention constraint.
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
constraint | The contact prevention constraint to be deleted |
iterator NXOpen::CAE::CfdContactPreventionConstraintCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::CfdContactPreventionConstraint* NXOpen::CAE::CfdContactPreventionConstraintCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::CfdContactPreventionConstraint 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 local resolution constraint with this identifier
Created in NX9.0.0.
License requirements : None
journalIdentifier | Local Resolution Constraint name |
NXOpen::CAE::CfdContactPreventionConstraint* NXOpen::CAE::CfdContactPreventionConstraintCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::CfdContactPreventionConstraint 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 local resolution constraint with this identifier
Created in NX9.0.0.
License requirements : None
journalIdentifier | Local Resolution Constraint name |
tag_t NXOpen::CAE::CfdContactPreventionConstraintCollection::Tag | ( | ) | const |
Returns the tag of this object.