CamProfileCollection Class¶
-
class
NXOpen.Mechatronics.CamProfileCollection¶ Bases:
objectRepresents a collection of Cam Profile.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateCamProfileBuilder | Creates a NXOpen.Mechatronics.CamProfileBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.CamProfile with the given name. |
Method Detail¶
CreateCamProfileBuilder¶
-
CamProfileCollection.CreateCamProfileBuilder¶ Creates a
NXOpen.Mechatronics.CamProfileBuilder.Signature
CreateCamProfileBuilder(segmentTable)Parameters: segmentTable ( NXOpen.Mechatronics.CamProfile) –NXOpen.Mechatronics.CamProfileto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.CamProfileBuilderNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
CamProfileCollection.FindObject¶ Finds the
NXOpen.Mechatronics.CamProfilewith 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.CamProfile.Returns: NXOpen.Mechatronics.CamProfilewith this name.Return type: NXOpen.Mechatronics.CamProfileNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)