NX Open C++ Reference Guide
|
Represents a FluidDomainRecipe. More...
Public Member Functions | |
void | AddContactPreventionConstraint (NXOpen::CAE::CfdContactPreventionConstraint *contactPreventionConstraint) |
Adds a CAE::CfdContactPreventionConstraint constraint Created in NX9.0.0. | |
void | AddLocalResolutionConstraint (NXOpen::CAE::CfdLocalResolutionConstraint *localResolutionConstraint) |
Adds a CAE::CfdLocalResolutionConstraint constraint Created in NX9.0.0. | |
NXString | GetName () |
Gets the name of the fluid domain recipe. | |
void | RemoveContactPreventionConstraint (NXOpen::CAE::CfdContactPreventionConstraint *contactPreventionConstraint) |
Removes a CAE::CfdContactPreventionConstraint constraint Created in NX9.0.0. | |
void | RemoveLocalResolutionConstraint (NXOpen::CAE::CfdLocalResolutionConstraint *localResolutionConstraint) |
Removes a CAE::CfdLocalResolutionConstraint constraint Created in NX9.0.0. | |
void | SetName (const NXString &name) |
Sets the name of the fluid domain recipe. | |
void | SetName (const char *name) |
Sets the name of the fluid domain recipe. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a FluidDomainRecipe.
To create or edit an instance of this class, use CAE::FluidDomainBuilder
Created in NX8.0.0.
void NXOpen::CAE::FluidDomainRecipe::AddContactPreventionConstraint | ( | NXOpen::CAE::CfdContactPreventionConstraint * | contactPreventionConstraint | ) |
Adds a CAE::CfdContactPreventionConstraint constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
contactPreventionConstraint | contactpreventionconstraint |
void NXOpen::CAE::FluidDomainRecipe::AddLocalResolutionConstraint | ( | NXOpen::CAE::CfdLocalResolutionConstraint * | localResolutionConstraint | ) |
Adds a CAE::CfdLocalResolutionConstraint constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
localResolutionConstraint | localresolutionconstraint |
NXString NXOpen::CAE::FluidDomainRecipe::GetName | ( | ) |
Gets the name of the fluid domain recipe.
void NXOpen::CAE::FluidDomainRecipe::RemoveContactPreventionConstraint | ( | NXOpen::CAE::CfdContactPreventionConstraint * | contactPreventionConstraint | ) |
Removes a CAE::CfdContactPreventionConstraint constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
contactPreventionConstraint | contactpreventionconstraint |
void NXOpen::CAE::FluidDomainRecipe::RemoveLocalResolutionConstraint | ( | NXOpen::CAE::CfdLocalResolutionConstraint * | localResolutionConstraint | ) |
Removes a CAE::CfdLocalResolutionConstraint constraint
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
localResolutionConstraint | localresolutionconstraint |
void NXOpen::CAE::FluidDomainRecipe::SetName | ( | const NXString & | name | ) |
Sets the name of the fluid domain recipe.
Created in NX8.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
name | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::FluidDomainRecipe::SetName | ( | const char * | name | ) |
Sets the name of the fluid domain recipe.
Created in NX8.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
name | NOTE: The full Unicode character set is not supported for this parameter. |