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

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

Created in NX6.0.1. More...

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

List of all members.

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::ElementTypeBuilderElementType ()
 Returns the element type to be created
Created in NX6.0.1.
NXOpen::ExpressionJacobian ()
 Returns the jacobian value to be used for creating mixed type midnodes
Created in NX6.0.1.
NXOpen::SelectTaggedObjectListMeshSelection ()
 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.

Detailed Description

Represents a CAE::ElementModifyOrderBuilder
To create a new instance of this class, use 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

Commites the mesh.

Returns:

Created in NX6.0.1.

License requirements : nx_masterfem ("Finite Element Modeling")

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

Returns the midnode option
Created in NX6.0.1.



License requirements : None

Returns the operation option
Created in NX6.0.1.



License requirements : None

Sets the midnode option
Created in NX6.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
midnodeTypemidnodetype

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.