GapEADBuilder Class¶
-
class
NXOpen.CAE.GapEADBuilder¶ Bases:
NXOpen.BuilderThis 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
ElementsReturns: Return type: NXOpen.CAE.SelectElementsBuilderNew 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
OriCsystemReturns: Return type: NXOpen.CoordinateSystemNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
OriCsystemParameters: 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
OriDirrReturns: Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
OriDirrParameters: 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
OriMethodReturns: Return type: NXOpen.CAE.GapEADBuilderOrientationMethodNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
OriMethodParameters: 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
OriNodeReturns: Return type: NXOpen.CAE.SelectFENodeListNew 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
OrientationStateReturns: Return type: NXOpen.CAE.GapEADBuilderStateNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
OrientationStateParameters: 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
PhysicalPropertyTableReturns: Return type: NXOpen.CAE.PhysicalPropertyTableNew in version NX11.0.1.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
PhysicalPropertyTableParameters: 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
PhysicalPropertyTableStateReturns: Return type: NXOpen.CAE.GapEADBuilderStateNew in version NX11.0.1.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
PhysicalPropertyTableStateParameters: 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.