NX Open C++ Reference Guide
|
Represents a CAE::ModelCheck::AlignShellElementNormalBuilder builder used to align the normals of connected shell elements with a seed shell element. More...
Public Types | |
enum | ConnectedElementScope { ConnectedElementScopeSeedMesh, ConnectedElementScopeAllVisible, ConnectedElementScopeUserSpecified } |
the options to define the connection scope to the seed element for model checking More... | |
Public Member Functions | |
std::vector < NXOpen::CAE::FEElement * > | AlignNormals () |
Aligns the normals of elements connected to the seed element. | |
void | DisplayNormals () |
Display element normals for connected elements, which are to be aligned with seed element normal Created in NX8.5.0. | |
NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::ConnectedElementScope | ElementConnectScope () |
Returns the option to indicate how to define connected elements for checking Created in NX8.5.0. | |
std::vector < NXOpen::CAE::FEElement * > | FindAllVisibleConnectedElements () |
Finds all visible elements connected with the seed element. | |
bool | ReverseSeedNormal () |
Returns the option indicating whether to reverse element normals so that they are aligned with the seed element Created in NX8.5.0. | |
NXOpen::CAE::FEElement * | SeedElement () |
Returns the seed element Created in NX8.5.0. | |
void | SetElementConnectScope (NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::ConnectedElementScope connectScope) |
Sets the option to indicate how to define connected elements for checking Created in NX8.5.0. | |
void | SetReverseSeedNormal (bool seedNormalToBeReversed) |
Sets the option indicating whether to reverse element normals so that they are aligned with the seed element Created in NX8.5.0. | |
void | SetSeedElement (NXOpen::CAE::FEElement *seedElement) |
Sets the seed element Created in NX8.5.0. | |
NXOpen::CAE::SelectElementsBuilder * | UserSpecifiedConnectElements () |
Returns the user specified connected elements to be aligned with seed element Created in NX8.5.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::ModelCheck::AlignShellElementNormalBuilder builder used to align the normals of connected shell elements with a seed shell element.
You can align the normals by executing either Builder::Commit or CAE::ModelCheck::AlignShellElementNormalBuilder::AlignNormals . The difference between these two methods is Builder::Commit aligns the normals and updates normal display, but it does not return the elements that have changed normals. CAE::ModelCheck::AlignShellElementNormalBuilder::AlignNormals aligns the normals and returns the elements that have changed normals. Both of the methods are only available in fem context.
Created in NX8.5.0.
the options to define the connection scope to the seed element for model checking
ConnectedElementScopeSeedMesh |
Limits check to only those shell elements in the mesh that contains the Seed Element. |
ConnectedElementScopeAllVisible |
Limits check to only those shell elements which are connected to the Seed Element and are currently visible. |
ConnectedElementScopeUserSpecified |
Limits check to only those shell elements specified in CAE::ModelCheck::AlignShellElementNormalBuilder::UserSpecifiedConnectElements. |
std::vector<NXOpen::CAE::FEElement *> NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::AlignNormals | ( | ) |
Aligns the normals of elements connected to the seed element.
Returns the elements that have had the normals successfully reversed. This method will only reverse the normals for shell elements in the current work fem part.
void NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::DisplayNormals | ( | ) |
Display element normals for connected elements, which are to be aligned with seed element normal
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::ConnectedElementScope NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::ElementConnectScope | ( | ) |
Returns the option to indicate how to define connected elements for checking
Created in NX8.5.0.
License requirements : None
std::vector<NXOpen::CAE::FEElement *> NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::FindAllVisibleConnectedElements | ( | ) |
Finds all visible elements connected with the seed element.
bool NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::ReverseSeedNormal | ( | ) |
Returns the option indicating whether to reverse element normals so that they are aligned with the seed element
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::FEElement* NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::SeedElement | ( | ) |
Returns the seed element
Created in NX8.5.0.
License requirements : None
void NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::SetElementConnectScope | ( | NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::ConnectedElementScope | connectScope | ) |
Sets the option to indicate how to define connected elements for checking
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
connectScope | connectscope |
void NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::SetReverseSeedNormal | ( | bool | seedNormalToBeReversed | ) |
Sets the option indicating whether to reverse element normals so that they are aligned with the seed element
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
seedNormalToBeReversed | seednormaltobereversed |
void NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::SetSeedElement | ( | NXOpen::CAE::FEElement * | seedElement | ) |
Sets the seed element
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
seedElement | seedelement |
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::ModelCheck::AlignShellElementNormalBuilder::UserSpecifiedConnectElements | ( | ) |
Returns the user specified connected elements to be aligned with seed element
Created in NX8.5.0.
License requirements : None