UdeSet Class¶
-
class
NXOpen.CAM.UdeSet¶ Bases:
NXOpen.TaggedObjectRepresets a set of User Defined Events
New in version NX7.5.0.
Methods¶
| Method | Description |
|---|---|
| CreateUde | Sets the creator for Ude |
| CreateUdeByName | The function to add Ude |
Property Detail¶
UdeList¶
-
UdeSet.UdeList¶ Returns the Ude List
-------------------------------------Getter Method
Signature
UdeListReturns: the list of udes Return type: NXOpen.CAM.UdeListNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
CreateUde¶
-
UdeSet.CreateUde¶ Sets the creator for Ude
Signature
CreateUde()Returns: the Ude object Return type: NXOpen.CAM.UdeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
CreateUdeByName¶
-
UdeSet.CreateUdeByName¶ The function to add Ude
Signature
CreateUdeByName(udeName)Parameters: udeName (str) – The UDE name Returns: the Ude object Return type: NXOpen.CAM.UdeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)