AspectDetailsBuilder Class

class NXOpen.AME.AspectDetailsBuilder

Bases: NXOpen.Builder

JA Class for the Aspect Details UI Block

This object does not need a creator.

New in version NX11.0.0.

Properties

Property Description
SelectionParent Returns the selection parent
ShowInAutomation Returns or sets the availability in Automation Navigator
ShowInFunction Returns or sets the availability in Function Aspect
ShowInLocation Returns or sets the availability in Location Aspect
ShowInProduct Returns or sets the availability in Product Aspect
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

SelectionParent

AspectDetailsBuilder.SelectionParent

Returns the selection parent

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

Getter Method

Signature SelectionParent

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

ShowInAutomation

AspectDetailsBuilder.ShowInAutomation

Returns or sets the availability in Automation Navigator

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

Getter Method

Signature ShowInAutomation

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

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

Setter Method

Signature ShowInAutomation

Parameters:showInAutomation (bool) –

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

ShowInFunction

AspectDetailsBuilder.ShowInFunction

Returns or sets the availability in Function Aspect

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

Getter Method

Signature ShowInFunction

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

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

Setter Method

Signature ShowInFunction

Parameters:showInFunction (bool) –

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

ShowInLocation

AspectDetailsBuilder.ShowInLocation

Returns or sets the availability in Location Aspect

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

Getter Method

Signature ShowInLocation

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

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

Setter Method

Signature ShowInLocation

Parameters:showInLocation (bool) –

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

ShowInProduct

AspectDetailsBuilder.ShowInProduct

Returns or sets the availability in Product Aspect

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

Getter Method

Signature ShowInProduct

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

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

Setter Method

Signature ShowInProduct

Parameters:showInProduct (bool) –

New in version NX11.0.0.

License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)

Method Detail

Validate

AspectDetailsBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.