BaseResultType Class

class NXOpen.CAE.BaseResultType

Bases: NXOpen.TaggedObject

This 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 @return
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 Complex()

Returns:
Return type:bool

New in version NX7.5.0.

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

Datatype

BaseResultType.Datatype

Returns the NXOpen.CAE.ResultDataType for this result type

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

Getter Method

Signature Datatype()

Returns:
Return type:NXOpen.CAE.ResultDataType

New in version NX7.5.0.

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

Location

BaseResultType.Location

Returns the NXOpen.CAE.ResultLocation where this result type is defined

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

Getter Method

Signature Location()

Returns:
Return type:NXOpen.CAE.ResultLocation

New in version NX7.5.0.

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

Name

BaseResultType.Name

Returns the name for this result type

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

Getter Method

Signature Name()

Returns:
Return type:str

New in version NX7.5.0.

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

Quantity

BaseResultType.Quantity

Returns the NXOpen.CAE.ResultQuantity for this result type

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

Getter Method

Signature Quantity()

Returns:
Return type:NXOpen.CAE.ResultQuantity

New in version NX7.5.0.

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

UserName

BaseResultType.UserName

Returns or sets the user defined name of this result type

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

Getter Method

Signature UserName()

Returns:
Return type:str

New in version NX7.5.0.

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

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

Setter Method

Signature UserName(name)

Parameters:name (str) –

New in version NX7.5.0.

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

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”)

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

New in version NX7.5.0.

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