NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::CfdLocalResolutionConstraintCollection Class Reference

Provides methods for managing Local Resolution ConstraintsCAE::CfdLocalResolutionConstraint in a fem part. More...

Inheritance diagram for NXOpen::CAE::CfdLocalResolutionConstraintCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintCloneConstraint (NXOpen::CAE::CfdLocalResolutionConstraint *source)
 Clones a local resolution constraint. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintBuilderCreateBuilder (NXOpen::TaggedObject *recipe)
 Creates a local resolution constraint builder. More...
 
void DeleteConstraint (NXOpen::CAE::CfdLocalResolutionConstraint *constraint)
 Delete a local resolution constraint. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintFind (const NXString &journalIdentifier)
 Finds the CAE::CfdLocalResolutionConstraint with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintFind (const char *journalIdentifier)
 Finds the CAE::CfdLocalResolutionConstraint with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintFindObject (const NXString &journalIdentifier)
 Finds the CAE::CfdLocalResolutionConstraint with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintFindObject (const char *journalIdentifier)
 Finds the CAE::CfdLocalResolutionConstraint with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Provides methods for managing Local Resolution ConstraintsCAE::CfdLocalResolutionConstraint in a fem part.


To obtain an instance of this class, refer to NXOpen::CAE::BaseFEModel

Created in NX9.0.0.

Member Function Documentation

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.

Returns
Cloned local resolution constraint
Created in NX9.0.0.

License requirements : nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")
Parameters
sourceSource local resolution constraint
NXOpen::CAE::CfdLocalResolutionConstraintBuilder* NXOpen::CAE::CfdLocalResolutionConstraintCollection::CreateBuilder ( NXOpen::TaggedObject recipe)

Creates a local resolution constraint builder.

Returns
LocalResolutionConstraint Builder
Created in NX9.0.0.

License requirements : nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")
Parameters
recipeCfdLocalResolutionConstraint 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_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

Parameters
constraintThe 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::Find ( 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 Find 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.

Returns
local resolution constraint with this identifier
Created in NX11.0.0.

License requirements : None
Parameters
journalIdentifierLocal Resolution Constraint name
NXOpen::CAE::CfdLocalResolutionConstraint* NXOpen::CAE::CfdLocalResolutionConstraintCollection::Find ( 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 Find 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.

Returns
local resolution constraint with this identifier
Created in NX11.0.0.

License requirements : None
Parameters
journalIdentifierLocal Resolution Constraint name
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.

Returns
local resolution constraint with this identifier
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierLocal 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.

Returns
local resolution constraint with this identifier
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierLocal Resolution Constraint name
tag_t NXOpen::CAE::CfdLocalResolutionConstraintCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.