|
NX Open C++ Reference Guide
|
Represents a CAE::ElementModifyOrderBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementModifyOrderBuilder
Created in NX6.0.1.
More...
Public Types | |
| enum | Midnode { MidnodeMixed, MidnodeCurved, MidnodeLinear } |
| Represents the options for midnodes. More... | |
| enum | Operation { OperationOrder, OperationMidnode } |
| Represents the options for type of operation. More... | |
Public Member Functions | |
| std::vector< NXOpen::CAE::Mesh * > | CommitMesh () |
| Commites the mesh. | |
| NXOpen::CAE::ElementTypeBuilder * | ElementType () |
| Returns the element type to be created Created in NX6.0.1. | |
| NXOpen::Expression * | Jacobian () |
| Returns the jacobian value to be used for creating mixed type midnodes Created in NX6.0.1. | |
| NXOpen::SelectTaggedObjectList * | MeshSelection () |
| Returns the selected mesh(es) Created in NX6.0.1. | |
| NXOpen::CAE::ElementModifyOrderBuilder::Midnode | MidnodeType () |
| Returns the midnode option Created in NX6.0.1. | |
| NXOpen::CAE::ElementModifyOrderBuilder::Operation | OperationType () |
| Returns the operation option Created in NX6.0.1. | |
| void | SetMidnodeType (NXOpen::CAE::ElementModifyOrderBuilder::Midnode midnodeType) |
| Sets the midnode option Created in NX6.0.1. | |
| void | SetOperationType (NXOpen::CAE::ElementModifyOrderBuilder::Operation operationType) |
| Sets the operation option Created in NX6.0.1. | |
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::ElementModifyOrderBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementModifyOrderBuilder
Created in NX6.0.1.
| std::vector<NXOpen::CAE::Mesh *> NXOpen::CAE::ElementModifyOrderBuilder::CommitMesh | ( | ) |
Commites the mesh.
@return
Created in NX6.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| NXOpen::CAE::ElementTypeBuilder* NXOpen::CAE::ElementModifyOrderBuilder::ElementType | ( | ) |
Returns the element type to be created
Created in NX6.0.1.
License requirements : None
| NXOpen::Expression* NXOpen::CAE::ElementModifyOrderBuilder::Jacobian | ( | ) |
Returns the jacobian value to be used for creating mixed type midnodes
Created in NX6.0.1.
License requirements : None
| NXOpen::SelectTaggedObjectList* NXOpen::CAE::ElementModifyOrderBuilder::MeshSelection | ( | ) |
Returns the selected mesh(es)
Created in NX6.0.1.
License requirements : None
| NXOpen::CAE::ElementModifyOrderBuilder::Midnode NXOpen::CAE::ElementModifyOrderBuilder::MidnodeType | ( | ) |
Returns the midnode option
Created in NX6.0.1.
License requirements : None
| NXOpen::CAE::ElementModifyOrderBuilder::Operation NXOpen::CAE::ElementModifyOrderBuilder::OperationType | ( | ) |
Returns the operation option
Created in NX6.0.1.
License requirements : None
| void NXOpen::CAE::ElementModifyOrderBuilder::SetMidnodeType | ( | NXOpen::CAE::ElementModifyOrderBuilder::Midnode | midnodeType | ) |
Sets the midnode option
Created in NX6.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| midnodeType | midnodetype |
| void NXOpen::CAE::ElementModifyOrderBuilder::SetOperationType | ( | NXOpen::CAE::ElementModifyOrderBuilder::Operation | operationType | ) |
Sets the operation option
Created in NX6.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| operationType | operationtype |