|
NX Open C++ Reference Guide
|
Represents a @link CAE::LocalRemeshBuilder CAE::LocalRemeshBuilder@endlink <br> To create a new instance of this class, use @link CAE::MeshManager::CreateLocalRemeshBuilder CAE::MeshManager::CreateLocalRemeshBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | Option { OptionFactor, OptionSize } |
| Size Option. More... | |
Public Member Functions | |
| NXOpen::CAE::SelectElementsBuilder * | ElementList () |
| Returns the select elements Created in NX7.5.2. | |
| NXOpen::Expression * | FactorValue () |
| Returns the factor value Created in NX7.5.2. | |
| void | SetSizeOption (NXOpen::CAE::LocalRemeshBuilder::Option sizeOption) |
| Sets the size option Created in NX7.5.2. | |
| void | SetTransition (int transition) |
| Sets the transition Created in NX7.5.2. | |
| NXOpen::CAE::LocalRemeshBuilder::Option | SizeOption () |
| Returns the size option Created in NX7.5.2. | |
| NXOpen::Expression * | SizeValue () |
| Returns the size value Created in NX7.5.2. | |
| int | Transition () |
| Returns the transition Created in NX7.5.2. | |
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 @link CAE::LocalRemeshBuilder CAE::LocalRemeshBuilder@endlink <br> To create a new instance of this class, use @link CAE::MeshManager::CreateLocalRemeshBuilder CAE::MeshManager::CreateLocalRemeshBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
FactorValue.Value |
0.5 |
|
SizeOption |
Factor |
|
SizeValue.Value |
1.0 |
|
Transition |
50 |
Created in NX7.5.2.
| NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::LocalRemeshBuilder::ElementList | ( | ) |
Returns the select elements
Created in NX7.5.2.
License requirements : None
| NXOpen::Expression* NXOpen::CAE::LocalRemeshBuilder::FactorValue | ( | ) |
Returns the factor value
Created in NX7.5.2.
License requirements : None
| void NXOpen::CAE::LocalRemeshBuilder::SetSizeOption | ( | NXOpen::CAE::LocalRemeshBuilder::Option | sizeOption | ) |
Sets the size option
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
| sizeOption | sizeoption |
| void NXOpen::CAE::LocalRemeshBuilder::SetTransition | ( | int | transition | ) |
Sets the transition
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
| transition | transition |
| NXOpen::CAE::LocalRemeshBuilder::Option NXOpen::CAE::LocalRemeshBuilder::SizeOption | ( | ) |
Returns the size option
Created in NX7.5.2.
License requirements : None
| NXOpen::Expression* NXOpen::CAE::LocalRemeshBuilder::SizeValue | ( | ) |
Returns the size value
Created in NX7.5.2.
License requirements : None
| int NXOpen::CAE::LocalRemeshBuilder::Transition | ( | ) |
Returns the transition
Created in NX7.5.2.
License requirements : None