NX Open C++ Reference Guide
|
The contact prevention constraint is a type of constraint which is used by the Fluid Domain Recipe to generate a fluid domain. More...
Public Member Functions | |
NXString | GetName () |
Gets the name of the contact prevention constraint. | |
void | SetName (const NXString &name) |
Sets the name of the contact prevention constraint Created in NX9.0.0. | |
void | SetName (const char *name) |
Sets the name of the contact prevention constraint Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
The contact prevention constraint is a type of constraint which is used by the Fluid Domain Recipe to generate a fluid domain.
To create or edit an instance of this class, use CAE::CfdContactPreventionConstraintBuilder
Created in NX9.0.0.
NXString NXOpen::CAE::CfdContactPreventionConstraint::GetName | ( | ) |
Gets the name of the contact prevention constraint.
void NXOpen::CAE::CfdContactPreventionConstraint::SetName | ( | const NXString & | name | ) |
Sets the name of the contact prevention constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
name | name |
void NXOpen::CAE::CfdContactPreventionConstraint::SetName | ( | const char * | name | ) |
Sets the name of the contact prevention constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
name | name |