ElementModifyOrderBuilder Class

class NXOpen.CAE.ElementModifyOrderBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.ElementModifyOrderBuilder

To create a new instance of this class, use NXOpen.CAE.NodeElementManager.CreateElementModifyOrderBuilder()

New in version NX6.0.1.

Properties

Property Description
ElementType Returns the element type to be created
Jacobian Returns the jacobian value to be used for creating mixed type midnodes
MeshSelection Returns the selected mesh(es)
MidnodeType Returns or sets the midnode option
OperationType Returns or sets the operation option
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CommitMesh Commites the mesh.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

ElementModifyOrderBuilderMidnode Enumeration Represents the options for midnodes
ElementModifyOrderBuilderOperation Enumeration Represents the options for type of operation

Property Detail

ElementType

ElementModifyOrderBuilder.ElementType

Returns the element type to be created

-------------------------------------

Getter Method

Signature ElementType

Returns:
Return type:NXOpen.CAE.ElementTypeBuilder

New in version NX6.0.1.

License requirements: None.

Jacobian

ElementModifyOrderBuilder.Jacobian

Returns the jacobian value to be used for creating mixed type midnodes

-------------------------------------

Getter Method

Signature Jacobian

Returns:
Return type:NXOpen.Expression

New in version NX6.0.1.

License requirements: None.

MeshSelection

ElementModifyOrderBuilder.MeshSelection

Returns the selected mesh(es)

-------------------------------------

Getter Method

Signature MeshSelection

Returns:
Return type:NXOpen.SelectTaggedObjectList

New in version NX6.0.1.

License requirements: None.

MidnodeType

ElementModifyOrderBuilder.MidnodeType

Returns or sets the midnode option

-------------------------------------

Getter Method

Signature MidnodeType

Returns:
Return type:NXOpen.CAE.ElementModifyOrderBuilderMidnode

New in version NX6.0.1.

License requirements: None.

-------------------------------------

Setter Method

Signature MidnodeType

Parameters:midnodeType (NXOpen.CAE.ElementModifyOrderBuilderMidnode) –

New in version NX6.0.1.

License requirements: nx_masterfem (“Finite Element Modeling”)

OperationType

ElementModifyOrderBuilder.OperationType

Returns or sets the operation option

-------------------------------------

Getter Method

Signature OperationType

Returns:
Return type:NXOpen.CAE.ElementModifyOrderBuilderOperation

New in version NX6.0.1.

License requirements: None.

-------------------------------------

Setter Method

Signature OperationType

Parameters:operationType (NXOpen.CAE.ElementModifyOrderBuilderOperation) –

New in version NX6.0.1.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

CommitMesh

ElementModifyOrderBuilder.CommitMesh

Commites the mesh.

Signature CommitMesh()

Returns:
Return type:list of NXOpen.CAE.Mesh

New in version NX6.0.1.

License requirements: nx_masterfem (“Finite Element Modeling”)

Validate

ElementModifyOrderBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.