GapEADBuilder Class

class NXOpen.CAE.GapEADBuilder

Bases: NXOpen.Builder

This class provides Gap Associated Data Support

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

New in version NX7.5.0.

Properties

Property Description
Elements Returns the select element operator selects elements
OriCsystem Returns or sets the get coordinate system method gets the coordinate system for orienting by coordinate system
OriDirr Returns or sets the get oriDirr operator gets orientaion vector value
OriMethod Returns or sets the method to get the element orientation method
OriNode Returns the get ori_node operator selects an orientation node
OrientationState Returns or sets the state drives the commit action
PhysicalPropertyTable Returns or sets the physical property table of the gap element
PhysicalPropertyTableState Returns or sets the physical property table state state drives the action upon commit
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
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

GapEADBuilderOrientationMethod Enumeration indicates which orientation method to use
GapEADBuilderState Enumeration indicates to ignore, apply or clear the state property upon commit

Property Detail

Elements

GapEADBuilder.Elements

Returns the select element operator selects elements

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

Getter Method

Signature Elements

Returns:
Return type:NXOpen.CAE.SelectElementsBuilder

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

OriCsystem

GapEADBuilder.OriCsystem

Returns or sets the get coordinate system method gets the coordinate system for orienting by coordinate system

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

Getter Method

Signature OriCsystem

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature OriCsystem

Parameters:oriCsystem (NXOpen.CoordinateSystem) –

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

OriDirr

GapEADBuilder.OriDirr

Returns or sets the get oriDirr operator gets orientaion vector value

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

Getter Method

Signature OriDirr

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature OriDirr

Parameters:oriDirr (NXOpen.Direction) –

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

OriMethod

GapEADBuilder.OriMethod

Returns or sets the method to get the element orientation method

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

Getter Method

Signature OriMethod

Returns:
Return type:NXOpen.CAE.GapEADBuilderOrientationMethod

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature OriMethod

Parameters:oriMethod (NXOpen.CAE.GapEADBuilderOrientationMethod) –

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

OriNode

GapEADBuilder.OriNode

Returns the get ori_node operator selects an orientation node

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

Getter Method

Signature OriNode

Returns:
Return type:NXOpen.CAE.SelectFENodeList

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

OrientationState

GapEADBuilder.OrientationState

Returns or sets the state drives the commit action

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

Getter Method

Signature OrientationState

Returns:
Return type:NXOpen.CAE.GapEADBuilderState

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature OrientationState

Parameters:orientationState (NXOpen.CAE.GapEADBuilderState) –

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

PhysicalPropertyTable

GapEADBuilder.PhysicalPropertyTable

Returns or sets the physical property table of the gap element

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

Getter Method

Signature PhysicalPropertyTable

Returns:
Return type:NXOpen.CAE.PhysicalPropertyTable

New in version NX11.0.1.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature PhysicalPropertyTable

Parameters:physicalPropertyTable (NXOpen.CAE.PhysicalPropertyTable) –

New in version NX11.0.1.

License requirements: nx_masterfem (“Finite Element Modeling”)

PhysicalPropertyTableState

GapEADBuilder.PhysicalPropertyTableState

Returns or sets the physical property table state state drives the action upon commit

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

Getter Method

Signature PhysicalPropertyTableState

Returns:
Return type:NXOpen.CAE.GapEADBuilderState

New in version NX11.0.1.

License requirements: nx_masterfem (“Finite Element Modeling”)

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

Setter Method

Signature PhysicalPropertyTableState

Parameters:physicalPropertyTableState (NXOpen.CAE.GapEADBuilderState) –

New in version NX11.0.1.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

GapEADBuilder.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.