BaseLoadcase Class

class NXOpen.CAE.BaseLoadcase

Bases: NXOpen.TaggedObject

This class provides interfaces to query loadcase attributes

An instance of this class can not be obtained

New in version NX7.5.0.

Properties

Property Description
Name Returns the NX assigned name of the loadcase
Tag Returns the Tag for this object.

Methods

Method Description
Find Returns a NXOpen.CAE.BaseIteration
GetIterations Get iteration present in this loadcase

Property Detail

Name

BaseLoadcase.Name

Returns the NX assigned name of the loadcase

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

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”) OR sc_results_viewer (” Simcenter Results Viewer”)

Method Detail

Find

BaseLoadcase.Find

Returns a NXOpen.CAE.BaseIteration

Signature Find(journalIdentifier)

Parameters:journalIdentifier (str) – Journal identifier of the object
Returns:
Return type:NXOpen.TaggedObject

New in version NX7.5.0.

License requirements: None.

GetIterations

BaseLoadcase.GetIterations

Get iteration present in this loadcase

Signature GetIterations()

Returns:
Return type:list of NXOpen.CAE.BaseIteration

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