CompanionResult Class

class NXOpen.CAE.CompanionResult

Bases: NXOpen.TaggedObject

Represents additional results data that will augment a primary set of Analysis results associated to a NXOpen.CAE.SimSolution.

Companion results do not have to have any FE Model data ( Nodes/Elements). Companion results will use FE Model data from primary results assosicated with the solution. To create/edit a CompanionResult you can use the NXOpen.CAE.CompanionResultBuilder Object.

To create or edit an instance of this class, use NXOpen.CAE.CompanionResultBuilder

New in version NX7.5.0.

Properties

Property Description
Name Returns or sets the name given to this Solutions Companion Result object.
Tag Returns the Tag for this object.

Methods

Property Detail

Name

CompanionResult.Name

Returns or sets the name given to this Solutions Companion Result object.

Used for user display and identification purposes.

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

Getter Method

Signature Name

Returns:
Return type:str

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Name

Parameters:name (str) –

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)