FlexBodyCollection Class¶
-
class
NXOpen.Motion.FlexBodyCollection¶ Bases:
objectRepresents a collection of flexible body objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew 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.FlexBodyBuilderSignature
CreateFlexBodyBuilder(flexbody)Parameters: flexbody ( NXOpen.Motion.FlexBody) –Returns: Return type: NXOpen.Motion.FlexBodyBuilderNew in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
FlexBodyCollection.FindObject¶ Finds the
NXOpen.Motion.FlexBodywith 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.FlexBodywith this name.Return type: NXOpen.Motion.FlexBodyNew in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)