FlexBodyCollection Class

class NXOpen.Motion.FlexBodyCollection

Bases: object

Represents a collection of flexible body objects

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

New in version NX7.5.0.

Methods

Method Description
CreateFlexBodyBuilder Creates a NXOpen.Motion.FlexBodyBuilder
FindObject Finds the NXOpen.Motion.FlexBody with the given name.

Method Detail

CreateFlexBodyBuilder

FlexBodyCollection.CreateFlexBodyBuilder

Creates a NXOpen.Motion.FlexBodyBuilder

Signature CreateFlexBodyBuilder(flexbody)

Parameters:flexbody (NXOpen.Motion.FlexBody) –
Returns:
Return type:NXOpen.Motion.FlexBodyBuilder

New in version NX7.5.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

FlexBodyCollection.FindObject

Finds the NXOpen.Motion.FlexBody 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.FlexBody.
Returns:NXOpen.Motion.FlexBody with this name.
Return type:NXOpen.Motion.FlexBody

New in version NX7.5.0.

License requirements: mechanisms (“MECHANISMS”)