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. |
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.
Returns the element type to be created
Created in NX6.0.1.
License requirements : None
Returns the jacobian value to be used for creating mixed type midnodes
Created in NX6.0.1.
License requirements : None
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 |