ResultType Class

class NXOpen.CAE.ResultType

Bases: NXOpen.CAE.BaseResultType

This class represents a result type from a result file.

The attributes of this object reflect what is present in the result file. This object can not be created externally as these cases comes from the result file it will be created automatically during result file loading

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
Subtitle Returns the subtitle defined for the result type in the result file
Tag Returns the Tag for this object.
Title Returns the title defined for the result type in the result file
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 @return
GetSectionDefined Returns the sections where this result is defined.

Property Detail

Subtitle

ResultType.Subtitle

Returns the subtitle defined for the result type in the result file

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

Getter Method

Signature Subtitle()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Title

ResultType.Title

Returns the title defined for the result type in the result file

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

Getter Method

Signature Title()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)