PostJtExportBuilder Class¶
-
class
NXOpen.CAE.PostJtExportBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.PostJtExportBuilderused for exporting JTs of Result Types in Post ProcessingTo create a new instance of this class, use
NXOpen.CAE.ResultManager.CreatePostJtBuilder()New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| Component | Returns or sets the component of the builder |
| Jtdatasetname | Returns or sets the jtdatasetname of the builder |
| Jtfilename | Returns or sets the jtfilename of the builder |
| Layer | Returns or sets the layer of the builder |
| Ply | Returns or sets the ply and layer of the builder |
| Result | Returns or sets the result of the builder |
| ResultType | Returns or sets the result type of the builder |
| 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. |
Property Detail¶
Component¶
-
PostJtExportBuilder.Component¶ Returns or sets the component of the builder
-------------------------------------Getter Method
Signature
ComponentReturns: Return type: NXOpen.CAE.ResultComponentNew in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
ComponentParameters: component ( NXOpen.CAE.ResultComponent) –New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Jtdatasetname¶
-
PostJtExportBuilder.Jtdatasetname¶ Returns or sets the jtdatasetname of the builder
-------------------------------------Getter Method
Signature
JtdatasetnameReturns: Return type: str New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
JtdatasetnameParameters: jtdatasetname (str) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Jtfilename¶
-
PostJtExportBuilder.Jtfilename¶ Returns or sets the jtfilename of the builder
-------------------------------------Getter Method
Signature
JtfilenameReturns: Return type: str New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
JtfilenameParameters: jtfilename (str) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Layer¶
-
PostJtExportBuilder.Layer¶ Returns or sets the layer of the builder
-------------------------------------Getter Method
Signature
LayerReturns: Return type: int New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
LayerParameters: layer (int) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Ply¶
-
PostJtExportBuilder.Ply¶ Returns or sets the ply and layer of the builder
-------------------------------------Getter Method
Signature
PlyReturns: Return type: int New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
PlyParameters: ply (int) – New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Result¶
-
PostJtExportBuilder.Result¶ Returns or sets the result of the builder
-------------------------------------Getter Method
Signature
ResultReturns: Return type: NXOpen.CAE.ResultNew in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
ResultParameters: result ( NXOpen.CAE.Result) –New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
ResultType¶
-
PostJtExportBuilder.ResultType¶ Returns or sets the result type of the builder
-------------------------------------Getter Method
Signature
ResultTypeReturns: Return type: NXOpen.CAE.BaseResultTypeNew in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
ResultTypeParameters: resulttype ( NXOpen.CAE.BaseResultType) –New in version NX8.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Method Detail¶
Validate¶
-
PostJtExportBuilder.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.