NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::ElementModifyOrderBuilder Class Reference

Represents a NXOpen::CAE::ElementModifyOrderBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateElementModifyOrderBuilder

Created in NX6.0.1. More...

Inheritance diagram for NXOpen::CAE::ElementModifyOrderBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type to be created
Created in NX6.0.1. More...
 
NXOpen::ExpressionJacobian ()
 Returns the jacobian value to be used for creating mixed type midnodes
Created in NX6.0.1. More...
 
NXOpen::SelectTaggedObjectListMeshSelection ()
 Returns the selected mesh(es)
Created in NX6.0.1. More...
 
NXOpen::CAE::ElementModifyOrderBuilder::Midnode MidnodeType ()
 Returns the midnode option
Created in NX6.0.1. More...
 
NXOpen::CAE::ElementModifyOrderBuilder::Operation OperationType ()
 Returns the operation option
Created in NX6.0.1. More...
 
void SetMidnodeType (NXOpen::CAE::ElementModifyOrderBuilder::Midnode midnodeType)
 Sets the midnode option
Created in NX6.0.1. More...
 
void SetOperationType (NXOpen::CAE::ElementModifyOrderBuilder::Operation operationType)
 Sets the operation option
Created in NX6.0.1. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::ElementModifyOrderBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateElementModifyOrderBuilder

Created in NX6.0.1.


Member Enumeration Documentation

Represents the options for midnodes.

Enumerator
MidnodeMixed 

mixed midnodes

MidnodeCurved 

curved midnodes

MidnodeLinear 

linear midnodes

Represents the options for type of operation.

Enumerator
OperationOrder 

changes the order of a mesh from linear to parabolic or vice versa

OperationMidnode 

changes the midnode option for a parabolic mesh to mixed, curved or linear

Member Function Documentation

std::vector<NXOpen::CAE::Mesh *> NXOpen::CAE::ElementModifyOrderBuilder::CommitMesh ( )

Commites the mesh.

Returns

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")

Parameters
midnodeTypemidnodetype
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")

Parameters
operationTypeoperationtype

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.