NX Open C++ Reference Guide
|
Builder for creating Polygon Face On Mesh
To create a new instance of this class, use CAE::AbstractionManager::CreatePolygonFaceOnMeshBuilder
Created in NX7.5.2.
More...
Public Types | |
enum | PolygonFaceOnMeshType { PolygonFaceOnMeshTypeTwoDimensionElement, PolygonFaceOnMeshTypeElementFreeFace } |
Represents the polygon face on mesh type to be used. More... | |
enum | SelectBodyMethod { SelectBodyMethodCreateNew, SelectBodyMethodAddToExisting } |
Represents the select body option to be used. More... | |
Public Member Functions | |
NXOpen::Expression * | BoundaryMerging () |
Returns the angle Created in NX7.5.2. | |
NXOpen::CAE::SelectElementsBuilder * | ElementSelection () |
Returns the selected element(s) Created in NX7.5.2. | |
NXOpen::Expression * | FaceSmoothing () |
Returns the angle Created in NX7.5.2. | |
NXOpen::SelectTaggedObjectList * | SelectBody () |
Returns the selected body Created in NX7.5.2. | |
NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod | SelectBodyOption () |
Returns the select body option for different ways of body select method Created in NX7.5.2. | |
void | SetSelectBodyOption (NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod selectBodyMethod) |
Sets the select body option for different ways of body select method Created in NX7.5.2. | |
void | SetType (NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType selectionType) |
Sets the selection method for different ways of selection Created in NX7.5.2. | |
NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType | Type () |
Returns the selection method for different ways of selection Created in NX7.5.2. | |
![]() | |
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. | |
Builder for creating Polygon Face On Mesh
To create a new instance of this class, use CAE::AbstractionManager::CreatePolygonFaceOnMeshBuilder
Created in NX7.5.2.
NXOpen::Expression* NXOpen::CAE::PolygonFaceOnMeshBuilder::BoundaryMerging | ( | ) |
Returns the angle
Created in NX7.5.2.
License requirements : None
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::PolygonFaceOnMeshBuilder::ElementSelection | ( | ) |
Returns the selected element(s)
Created in NX7.5.2.
License requirements : None
NXOpen::Expression* NXOpen::CAE::PolygonFaceOnMeshBuilder::FaceSmoothing | ( | ) |
Returns the angle
Created in NX7.5.2.
License requirements : None
NXOpen::SelectTaggedObjectList* NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBody | ( | ) |
Returns the selected body
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyOption | ( | ) |
Returns the select body option for different ways of body select method
Created in NX7.5.2.
License requirements : None
void NXOpen::CAE::PolygonFaceOnMeshBuilder::SetSelectBodyOption | ( | NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod | selectBodyMethod | ) |
Sets the select body option for different ways of body select method
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
selectBodyMethod | selectbodymethod |
void NXOpen::CAE::PolygonFaceOnMeshBuilder::SetType | ( | NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType | selectionType | ) |
Sets the selection method for different ways of selection
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
selectionType | selectiontype |
NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType NXOpen::CAE::PolygonFaceOnMeshBuilder::Type | ( | ) |
Returns the selection method for different ways of selection
Created in NX7.5.2.
License requirements : None