BaseResultType Class¶
-
class
NXOpen.CAE.BaseResultType¶ Bases:
NXOpen.TaggedObjectThis class provides interfaces to query result type attributes
An instance of this class can not be obtained
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Complex | Returns a value indicating whether the result type is a complex value |
| Datatype | Returns the NXOpen.CAE.ResultDataType for this result type |
| Location | Returns the NXOpen.CAE.ResultLocation where this result type is defined |
| Name | Returns the name for this result type |
| Quantity | Returns the NXOpen.CAE.ResultQuantity for this result type |
| Tag | Returns the Tag for this object. |
| UserName | Returns or sets the user defined name of this result type |
Methods¶
| Method | Description |
|---|---|
| AskComponents | Return all results components available for this result type |
| AskDefaultUnitForComponent | Returns default unit for a given component of this Result Type |
| GetSectionDefined | Returns the sections where this result is defined. |
Property Detail¶
Complex¶
-
BaseResultType.Complex¶ Returns a value indicating whether the result type is a complex value
-------------------------------------Getter Method
Signature
ComplexReturns: Return type: bool New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Datatype¶
-
BaseResultType.Datatype¶ Returns the
NXOpen.CAE.ResultDataTypefor this result type-------------------------------------Getter Method
Signature
DatatypeReturns: Return type: NXOpen.CAE.ResultDataTypeNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Location¶
-
BaseResultType.Location¶ Returns the
NXOpen.CAE.ResultLocationwhere this result type is defined-------------------------------------Getter Method
Signature
LocationReturns: Return type: NXOpen.CAE.ResultLocationNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Name¶
-
BaseResultType.Name¶ Returns the name for this result type
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Quantity¶
-
BaseResultType.Quantity¶ Returns the
NXOpen.CAE.ResultQuantityfor this result type-------------------------------------Getter Method
Signature
QuantityReturns: Return type: NXOpen.CAE.ResultQuantityNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
UserName¶
-
BaseResultType.UserName¶ Returns or sets the user defined name of this result type
-------------------------------------Getter Method
Signature
UserNameReturns: Return type: str New in version NX7.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
UserNameParameters: name (str) – New in version NX7.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¶
AskComponents¶
-
BaseResultType.AskComponents¶ Return all results components available for this result type
Signature
AskComponents()Returns: a tuple Return type: A tuple consisting of (description, components). description is a list of str. components is a list of NXOpen.CAE.ResultComponent.New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
AskDefaultUnitForComponent¶
-
BaseResultType.AskDefaultUnitForComponent¶ Returns default unit for a given component of this Result Type
Signature
AskDefaultUnitForComponent(component)Parameters: component ( NXOpen.CAE.ResultComponent) –Returns: Return type: NXOpen.UnitNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GetSectionDefined¶
-
BaseResultType.GetSectionDefined¶ Returns the sections where this result is defined.
This method should be used to find out what are those sections. If a result contain both shell and beam elements and this result is defined in different sections of respective elements, say TOP, BOTTOM, StressRecoveryPointC etc., then all of them will be returned in this array.
Signature
GetSectionDefined()Returns: Return type: list of NXOpen.CAE.ResultSectionNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)