CamCollection Class¶
-
class
NXOpen.Mechatronics.CamCollection¶ Bases:
objectRepresents a collection of Cam.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateCamBuilder | Creates a NXOpen.Mechatronics.CamBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.Cam with the given name. |
Method Detail¶
CreateCamBuilder¶
-
CamCollection.CreateCamBuilder¶ Creates a
NXOpen.Mechatronics.CamBuilder.Signature
CreateCamBuilder(camConstraint)Parameters: camConstraint ( NXOpen.Mechatronics.Cam) –NXOpen.Mechatronics.Camto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.CamBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
CamCollection.FindObject¶ Finds the
NXOpen.Mechatronics.Camwith 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.Cam.Returns: NXOpen.Mechatronics.Camwith this name.Return type: NXOpen.Mechatronics.CamNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)