UINodeUtils Class

class NXOpen.LineDesigner.UINodeUtils

Bases: object

Represents a utils of line designer for journaling uinode methods

Use the static method in this class to obtain an instance.

New in version NX9.0.0.

Methods

Method Description
CalculateAndSetNameOfAGAttr Creates a DB factory Node
Rename To Rename partition

Method Detail

CalculateAndSetNameOfAGAttr

UINodeUtils.CalculateAndSetNameOfAGAttr

Creates a DB factory Node

Signature CalculateAndSetNameOfAGAttr(attributeGroup, subAGName, resourceName)

Parameters:
  • attributeGroup (NXOpen.PDM.AttributeGroup) –
  • subAGName (str) – NOTE: The full Unicode character set is not supported for this parameter.
  • resourceName (str) – NOTE: The full Unicode character set is not supported for this parameter.

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

Rename

UINodeUtils.Rename

To Rename partition

Signature Rename(objtg, newName)

Parameters:

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)