BeamElementInfoHandler Class

class NXOpen.CAE.BeamElementInfoHandler

Bases: NXOpen.TransientObject

Represents a Beam Element Information Hanlder.

To obtain an instance of this class use CAE::ElementInfoUtils::CreateBeamElementInfoHandler

New in version NX11.0.0.

Methods

Method Description
AskElementInfo Returns a NXOpen.CAE.BeamElementInfo for a beam element.
Dispose Destroys the object

Method Detail

AskElementInfo

BeamElementInfoHandler.AskElementInfo

Returns a NXOpen.CAE.BeamElementInfo for a beam element.

Signature AskElementInfo(tBeamElem)

Parameters:tBeamElem (NXOpen.CAE.FEElement) –
Returns:
Return type:NXOpen.CAE.BeamElementInfo

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Dispose

BeamElementInfoHandler.Dispose

Destroys the object

Signature Dispose()

New in version NX11.0.0.

License requirements: None.