|
NX Open C++ Reference Guide
|
Represents a CAE::CfdLocalResolutionConstraint builder
To create a new instance of this class, use CAE::CfdLocalResolutionConstraintCollection::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 | ResolutionDensity { ResolutionDensitySizeonObjects, ResolutionDensitySizeinBoundingBox, ResolutionDensitySizeinBoundingSphere } |
| The Resolution density type. More... | |
| enum | Sizing { SizingRelativeRefinement, SizingRelativeCoarsening, SizingAbsolute } |
| The sizing option. More... | |
Public Member Functions | |
| NXOpen::Point * | BboxPoint () |
| Returns the bbox point Created in NX9.0.0. | |
| NXOpen::Expression * | BsphereRadius () |
| Returns the bsphere radius Created in NX9.0.0. | |
| NXOpen::Expression * | LocalResolution () |
| Returns the local resolution Created in NX9.0.0. | |
| NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivisions | LocalSubdivision () |
| Returns the local subdivision Created in NX9.0.0. | |
| NXString | NameString () |
| Returns the name string Created in NX9.0.0. | |
| NXOpen::Point * | PointSelection () |
| Returns the point selection Created in NX9.0.0. | |
| NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Priority | PriorityLevel () |
| Returns the priority level Created in NX9.0.0. | |
| NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity | ResolutionDensityType () |
| Returns the resolution density type Created in NX9.0.0. | |
| NXOpen::SelectDisplayableObjectList * | SelectObject () |
| Returns the select object Created in NX9.0.0. | |
| void | SetBboxPoint (NXOpen::Point *bboxPoint) |
| Sets the bbox point Created in NX9.0.0. | |
| void | SetLocalSubdivision (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::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 | SetPointSelection (NXOpen::Point *pointSelection) |
| Sets the point selection Created in NX9.0.0. | |
| void | SetPriorityLevel (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Priority priorityLevel) |
| Sets the priority level Created in NX9.0.0. | |
| void | SetResolutionDensityType (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity resolutionDensityType) |
| Sets the resolution density type Created in NX9.0.0. | |
| void | SetSizingOption (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Sizing sizingOption) |
| Sets the sizing option Created in NX9.0.0. | |
| NXOpen::CAE::CfdLocalResolutionConstraintBuilder::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::CfdLocalResolutionConstraint builder
To create a new instance of this class, use CAE::CfdLocalResolutionConstraintCollection::CreateBuilder
Created in NX9.0.0.
| NXOpen::Point* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::BboxPoint | ( | ) |
Returns the bbox point
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::BsphereRadius | ( | ) |
Returns the bsphere radius
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalResolution | ( | ) |
Returns the local resolution
Created in NX9.0.0.
License requirements : None
| NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivisions NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivision | ( | ) |
Returns the local subdivision
Created in NX9.0.0.
License requirements : None
| NXString NXOpen::CAE::CfdLocalResolutionConstraintBuilder::NameString | ( | ) |
Returns the name string
Created in NX9.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::PointSelection | ( | ) |
Returns the point selection
Created in NX9.0.0.
License requirements : None
| NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Priority NXOpen::CAE::CfdLocalResolutionConstraintBuilder::PriorityLevel | ( | ) |
Returns the priority level
Created in NX9.0.0.
License requirements : None
| NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensityType | ( | ) |
Returns the resolution density type
Created in NX9.0.0.
License requirements : None
| NXOpen::SelectDisplayableObjectList* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SelectObject | ( | ) |
Returns the select object
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetBboxPoint | ( | NXOpen::Point * | bboxPoint | ) |
Sets the bbox point
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| bboxPoint | bboxpoint |
| void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetLocalSubdivision | ( | NXOpen::CAE::CfdLocalResolutionConstraintBuilder::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::CfdLocalResolutionConstraintBuilder::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::CfdLocalResolutionConstraintBuilder::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::CfdLocalResolutionConstraintBuilder::SetPointSelection | ( | NXOpen::Point * | pointSelection | ) |
Sets the point selection
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| pointSelection | pointselection |
| void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetPriorityLevel | ( | NXOpen::CAE::CfdLocalResolutionConstraintBuilder::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::CfdLocalResolutionConstraintBuilder::SetResolutionDensityType | ( | NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity | resolutionDensityType | ) |
Sets the resolution density type
Created in NX9.0.0.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
| resolutionDensityType | resolutiondensitytype |
| void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetSizingOption | ( | NXOpen::CAE::CfdLocalResolutionConstraintBuilder::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::CfdLocalResolutionConstraintBuilder::Sizing NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SizingOption | ( | ) |
Returns the sizing option
Created in NX9.0.0.
License requirements : None