|
NX Open C++ Reference Guide
|
The local resolution 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 local resolution constraint. | |
| void | SetName (const NXString &name) |
| Sets the name of the local resolution constraint Created in NX9.0.0. | |
| void | SetName (const char *name) |
| Sets the name of the local resolution constraint Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
The local resolution 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::CfdLocalResolutionConstraintBuilder
Created in NX9.0.0.
| NXString NXOpen::CAE::CfdLocalResolutionConstraint::GetName | ( | ) |
Gets the name of the local resolution constraint.
| void NXOpen::CAE::CfdLocalResolutionConstraint::SetName | ( | const NXString & | name | ) |
Sets the name of the local resolution constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| name | name |
| void NXOpen::CAE::CfdLocalResolutionConstraint::SetName | ( | const char * | name | ) |
Sets the name of the local resolution constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| name | name |