AttributeManager Class

class NXOpen.AttributeManager

Bases: object

Provides methods for querying and updating attributes.

To obtain an instance of this class, refer to NXOpen.Session

New in version NX8.5.0.

Methods

Method Description
CreateAttributePropertiesBuilder Creates the AttributePropertiesBuilder

Method Detail

CreateAttributePropertiesBuilder

AttributeManager.CreateAttributePropertiesBuilder

Creates the AttributePropertiesBuilder

Signature CreateAttributePropertiesBuilder(part, objects, operationType)

Parameters:
  • part (NXOpen.BasePart) – The part that owns the builder. The builder owner is not strictly required (that is, it can be None), but it is highly suggested to ensure proper cleanup of the builder in case the client does not explicitly clean it up properly.
  • objects (list of NXOpen.NXObject) – the array of objects
  • operationType (NXOpen.AttributePropertiesBuilderOperationType) – the type of operation
Returns:

Return type:

NXOpen.AttributePropertiesBuilder

New in version NX8.5.0.

License requirements: None.