UdeSet Class

class NXOpen.CAM.UdeSet

Bases: NXOpen.TaggedObject

Represets a set of User Defined Events

New in version NX7.5.0.

Properties

Property Description
Tag Returns the Tag for this object.
UdeList Returns the Ude List

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 UdeList

Returns:the list of udes
Return type:NXOpen.CAM.UdeList

New 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.Ude

New 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.Ude

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)