AlternateFemRepresentationSource Class

class NXOpen.CAE.AlternateFemRepresentationSource

Bases: NXOpen.TaggedObject

This is the class representing a Alternate Fem Representation Source.

Not support KF.

New in version NX12.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
ForceUpdate Force update of the Alternate Fem Representation Source
Rename Set the name of the Alternate Fem Representation Source

Method Detail

ForceUpdate

AlternateFemRepresentationSource.ForceUpdate

Force update of the Alternate Fem Representation Source

Signature ForceUpdate()

New in version NX12.0.0.

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

Rename

AlternateFemRepresentationSource.Rename

Set the name of the Alternate Fem Representation Source

Signature Rename(name)

Parameters:name (str) – Name of the Alternate Fem Representation Source.

New in version NX12.0.0.

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