SortingBlockBuilder Class

class NXOpen.AME.SortingBlockBuilder

Bases: NXOpen.TaggedObject

Sorts the list expression output according to the property

New in version NX12.0.0.

Properties

Property Description
OrderValue Returns or sets the sorting order type
PropertyName Returns or sets the property name given by the user
Tag Returns the Tag for this object.

Methods

Enumerations

SortingBlockBuilderOrder Enumeration possible choices for order selection

Property Detail

OrderValue

SortingBlockBuilder.OrderValue

Returns or sets the sorting order type

-------------------------------------

Getter Method

Signature OrderValue

Returns:
Return type:NXOpen.AME.SortingBlockBuilderOrder

New in version NX12.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

-------------------------------------

Setter Method

Signature OrderValue

Parameters:orderValue (NXOpen.AME.SortingBlockBuilderOrder) –

New in version NX12.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

PropertyName

SortingBlockBuilder.PropertyName

Returns or sets the property name given by the user

-------------------------------------

Getter Method

Signature PropertyName

Returns:
Return type:str

New in version NX12.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

-------------------------------------

Setter Method

Signature PropertyName

Parameters:propertyName (str) –

New in version NX12.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)