CfdContactPreventionConstraint Class

class NXOpen.CAE.CfdContactPreventionConstraint

Bases: NXOpen.TaggedObject

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 NXOpen.CAE.CfdContactPreventionConstraintBuilder

New in version NX9.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetName Gets the name of the contact prevention constraint @return
SetName Sets the name of the contact prevention constraint

Method Detail

GetName

CfdContactPreventionConstraint.GetName

Gets the name of the contact prevention constraint

Signature GetName()

Returns:
Return type:str

New in version NX9.0.0.

License requirements: nx_adv_fluid_mod (“NX Advanced Fluid Modeling”)

SetName

CfdContactPreventionConstraint.SetName

Sets the name of the contact prevention constraint

Signature SetName(name)

Parameters:name (str) –

New in version NX9.0.0.

License requirements: nx_adv_fluid_mod (“NX Advanced Fluid Modeling”)