SpringDamperCollection Class¶
-
class
NXOpen.Mechatronics.SpringDamperCollection¶ Bases:
objectRepresents a collection of Spring Damper.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX10.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateSpringDamperBuilder | Creates a NXOpen.Mechatronics.SpringDamperBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.SpringDamper with the given name. |
Method Detail¶
CreateSpringDamperBuilder¶
-
SpringDamperCollection.CreateSpringDamperBuilder¶ Creates a
NXOpen.Mechatronics.SpringDamperBuilder.Signature
CreateSpringDamperBuilder(springDamper)Parameters: springDamper ( NXOpen.Mechatronics.SpringDamper) –NXOpen.Mechatronics.SpringDamperto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.SpringDamperBuilderNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
SpringDamperCollection.FindObject¶ Finds the
NXOpen.Mechatronics.SpringDamperwith 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.Mechatronics.SpringDamper.Returns: NXOpen.Mechatronics.SpringDamperwith this name.Return type: NXOpen.Mechatronics.SpringDamperNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)