SpringCollection Class¶
-
class
NXOpen.Motion.SpringCollection¶ Bases:
objectRepresents a collection of motion spring
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateSpringBuilder | Return NXOpen.Motion.SpringBuilder object |
| FindObject | Finds the NXOpen.Motion.Spring with the given name. |
Method Detail¶
CreateSpringBuilder¶
-
SpringCollection.CreateSpringBuilder¶ Return
NXOpen.Motion.SpringBuilderobjectSignature
CreateSpringBuilder(spring)Parameters: spring ( NXOpen.Motion.Spring) –NXOpen.Motion.Springto be edited, if None then create a new oneReturns: SpringBuilder object Return type: NXOpen.Motion.SpringBuilderNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
SpringCollection.FindObject¶ Finds the
NXOpen.Motion.Springwith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – Returns: Return type: NXOpen.Motion.SpringNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)