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