BeamForceCollection Class

class NXOpen.Motion.BeamForceCollection

Bases: object

Represents a collection of BeamForces

To obtain an instance of this class, refer to NXOpen.Motion.MotionManager

New in version NX12.0.0.

Methods

Method Description
CreateBeamForceBuilder Creates a Motion.BeamForceBuilder
FindObject Finds the NXOpen.Motion.BeamForce with the given name.

Method Detail

CreateBeamForceBuilder

BeamForceCollection.CreateBeamForceBuilder

Creates a Motion.BeamForceBuilder

Signature CreateBeamForceBuilder(beamForce)

Parameters:beamForce (NXOpen.Motion.BeamForce) – NXOpen.Motion.BeamForce to be edited, if None then create a new one
Returns:BeamForceBuilder object
Return type:NXOpen.Motion.BeamForceBuilder

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

BeamForceCollection.FindObject

Finds the NXOpen.Motion.BeamForce with the given name.

An exception will be thrown if no object can be found with given name.

Signature FindObject(name)

Parameters:name (str) – The name of the NXOpen.Motion.BeamForce
Returns:NXOpen.Motion.BeamForce with this name
Return type:NXOpen.Motion.BeamForce

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)