BreakingConstraintCollection Class¶
-
class
NXOpen.Mechatronics.BreakingConstraintCollection¶ Bases:
objectRepresents a collection of Breaking Constraint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateBreakingConstraintBuilder | Creates a NXOpen.Mechatronics.BreakingConstraintBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.BreakingConstraint with the given name. |
Method Detail¶
CreateBreakingConstraintBuilder¶
-
BreakingConstraintCollection.CreateBreakingConstraintBuilder¶ Creates a
NXOpen.Mechatronics.BreakingConstraintBuilder.Signature
CreateBreakingConstraintBuilder(hinge)Parameters: hinge ( NXOpen.Mechatronics.BreakingConstraint) –NXOpen.Mechatronics.BreakingConstraintto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.BreakingConstraintBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
BreakingConstraintCollection.FindObject¶ Finds the
NXOpen.Mechatronics.BreakingConstraintwith 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.BreakingConstraint.Returns: NXOpen.Mechatronics.BreakingConstraintwith this name.Return type: NXOpen.Mechatronics.BreakingConstraintNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)