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

Provides methods for managing Contact Prevention ConstraintsCAE::CfdContactPreventionConstraint in a fem part. More...

Inheritance diagram for NXOpen::CAE::CfdContactPreventionConstraintCollection:
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::CfdContactPreventionConstraintCloneConstraint (NXOpen::CAE::CfdContactPreventionConstraint *source)
 Clones a contact prevention constraint. More...
 
NXOpen::CAE::CfdContactPreventionConstraintBuilderCreateBuilder (NXOpen::TaggedObject *recipe)
 Creates a local resolution constraint builder. More...
 
void DeleteConstraint (NXOpen::CAE::CfdContactPreventionConstraint *constraint)
 Delete a contact prevention constraint. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::CfdContactPreventionConstraintFind (const NXString &journalIdentifier)
 Finds the CAE::CfdContactPreventionConstraint with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::CfdContactPreventionConstraintFind (const char *journalIdentifier)
 Finds the CAE::CfdContactPreventionConstraint with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::CfdContactPreventionConstraintFindObject (const NXString &journalIdentifier)
 Finds the CAE::CfdContactPreventionConstraint with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::CfdContactPreventionConstraintFindObject (const char *journalIdentifier)
 Finds the CAE::CfdContactPreventionConstraint 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 Contact Prevention ConstraintsCAE::CfdContactPreventionConstraint 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::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.

Returns
Cloned contact prevention 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 contact prevention constraint
NXOpen::CAE::CfdContactPreventionConstraintBuilder* NXOpen::CAE::CfdContactPreventionConstraintCollection::CreateBuilder ( NXOpen::TaggedObject recipe)

Creates a local resolution constraint builder.

Returns
ContactPreventionConstraint 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
recipeCfdContactPreventionConstraint 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_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

Parameters
constraintThe 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::Find ( 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 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::CfdContactPreventionConstraint* NXOpen::CAE::CfdContactPreventionConstraintCollection::Find ( 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 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::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 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 NX9.0.0.

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

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