|
NX Open C++ Reference Guide
|
Represents a CAE::CfdContactPreventionConstraint builder
To create a new instance of this class, use CAE::CfdContactPreventionConstraintCollection::CreateBuilder
Created in NX9.0.0.
More...
Public Types | |
| enum | LocalSubdivisions { LocalSubdivisionsZero, LocalSubdivisionsOne, LocalSubdivisionsTwo, LocalSubdivisionsThree, LocalSubdivisionsFour, LocalSubdivisionsFive } |
| The local subdivision. More... | |
| enum | Priority { PriorityLow, PriorityMedium, PriorityHigh } |
| The priority level. More... | |
| enum | Sizing { SizingRelativeRefinement, SizingRelativeCoarsening, SizingAbsolute } |
| The sizing option. More... | |
Public Member Functions | |
| NXOpen::SelectDisplayableObject * | FirstSelection () |
| Returns the first selection Created in NX9.0.0. | |
| NXOpen::Expression * | LocalResolution () |
| Returns the local resolution Created in NX9.0.0. | |
| NXOpen::CAE::CfdContactPreventionConstraintBuilder::LocalSubdivisions | LocalSubdivision () |
| Returns the local subdivision Created in NX9.0.0. | |
| NXString | NameString () |
| Returns the name string Created in NX9.0.0. | |
| NXOpen::CAE::CfdContactPreventionConstraintBuilder::Priority | PriorityLevel () |
| Returns the priority level Created in NX9.0.0. | |
| NXOpen::SelectDisplayableObject * | SecondSelection () |
| Returns the second selection Created in NX9.0.0. | |
| void | SetLocalSubdivision (NXOpen::CAE::CfdContactPreventionConstraintBuilder::LocalSubdivisions localSubdivision) |
| Sets the local subdivision Created in NX9.0.0. | |
| void | SetNameString (const NXString &nameString) |
| Sets the name string Created in NX9.0.0. | |
| void | SetNameString (const char *nameString) |
| Sets the name string Created in NX9.0.0. | |
| void | SetPriorityLevel (NXOpen::CAE::CfdContactPreventionConstraintBuilder::Priority priorityLevel) |
| Sets the priority level Created in NX9.0.0. | |
| void | SetSizingOption (NXOpen::CAE::CfdContactPreventionConstraintBuilder::Sizing sizingOption) |
| Sets the sizing option Created in NX9.0.0. | |
| NXOpen::CAE::CfdContactPreventionConstraintBuilder::Sizing | SizingOption () |
| Returns the sizing option Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
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. | |
Represents a CAE::CfdContactPreventionConstraint builder
To create a new instance of this class, use CAE::CfdContactPreventionConstraintCollection::CreateBuilder
Created in NX9.0.0.
| NXOpen::SelectDisplayableObject* NXOpen::CAE::CfdContactPreventionConstraintBuilder::FirstSelection | ( | ) |
Returns the first selection
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::CAE::CfdContactPreventionConstraintBuilder::LocalResolution | ( | ) |
Returns the local resolution
Created in NX9.0.0.
License requirements : None
| NXOpen::CAE::CfdContactPreventionConstraintBuilder::LocalSubdivisions NXOpen::CAE::CfdContactPreventionConstraintBuilder::LocalSubdivision | ( | ) |
Returns the local subdivision
Created in NX9.0.0.
License requirements : None
| NXString NXOpen::CAE::CfdContactPreventionConstraintBuilder::NameString | ( | ) |
Returns the name string
Created in NX9.0.0.
License requirements : None
| NXOpen::CAE::CfdContactPreventionConstraintBuilder::Priority NXOpen::CAE::CfdContactPreventionConstraintBuilder::PriorityLevel | ( | ) |
Returns the priority level
Created in NX9.0.0.
License requirements : None
| NXOpen::SelectDisplayableObject* NXOpen::CAE::CfdContactPreventionConstraintBuilder::SecondSelection | ( | ) |
Returns the second selection
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAE::CfdContactPreventionConstraintBuilder::SetLocalSubdivision | ( | NXOpen::CAE::CfdContactPreventionConstraintBuilder::LocalSubdivisions | localSubdivision | ) |
Sets the local subdivision
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| localSubdivision | localsubdivision |
| void NXOpen::CAE::CfdContactPreventionConstraintBuilder::SetNameString | ( | const NXString & | nameString | ) |
Sets the name string
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| nameString | namestring |
| void NXOpen::CAE::CfdContactPreventionConstraintBuilder::SetNameString | ( | const char * | nameString | ) |
Sets the name string
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| nameString | namestring |
| void NXOpen::CAE::CfdContactPreventionConstraintBuilder::SetPriorityLevel | ( | NXOpen::CAE::CfdContactPreventionConstraintBuilder::Priority | priorityLevel | ) |
Sets the priority level
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| priorityLevel | prioritylevel |
| void NXOpen::CAE::CfdContactPreventionConstraintBuilder::SetSizingOption | ( | NXOpen::CAE::CfdContactPreventionConstraintBuilder::Sizing | sizingOption | ) |
Sets the sizing option
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| sizingOption | sizingoption |
| NXOpen::CAE::CfdContactPreventionConstraintBuilder::Sizing NXOpen::CAE::CfdContactPreventionConstraintBuilder::SizingOption | ( | ) |
Returns the sizing option
Created in NX9.0.0.
License requirements : None