RotorSectionBuilder Class

class NXOpen.Die.RotorSectionBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a Rotor Section sub feature.

This sub feature is created via the main feature builder.

New in version NX4.0.0.

Properties

Property Description
BuildStatus Returns the build status of the die rotor casting
DesignStatus Returns or sets the design status of the die rotor casting
DisplayStatus Returns or sets the display status of the die rotor casting
MinimumCavityDepth Returns the throat minimum cavity depth of the die rotor casting
MinimumExtensionLength Returns the throat minimum extension length of the die rotor casting
ParentFeatureInternal Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal
PatchSolutionFlag Returns or sets the patch solution flag
PatchSurfaceFilename Returns or sets the patch surface filename
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CommitFeature Commits the feature parameters and creates the feature
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.
GetEndAttributes Gets the end faces attributes
GetFeature Returns the feature currently being edited by this builder.
GetFlangeWallAttributes Gets the flange wall faces attributes
GetFormingAttributes Gets the forming faces attributes
GetObject Returns the object currently being edited by this builder.
GetRotorAttributes Gets the rotor faces attributes
HideInternalParentFeatureAfterEdit Re-suppress an internal parent feature (a slave feature) after it has been edited.
SetEndAttributes Sets the end faces attributes
SetFlangeWallAttributes Sets the flange wall faces attributes
SetFormingAttributes Sets the forming faces attributes
SetMinimumCavityDepth  
SetMinimumExtensionLength  
SetParentFeatureInternal Set the parent features which would be internal or slaves to the feature being created or commited
SetRotorAttributes Sets the rotor faces attributes
ShowInternalParentFeatureForEdit Unsuppress an internal parent feature (a slave feature) so it can be edited.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
UnsetParentFeatureInternal Set the internal parent feature of the feature being edited to external
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

BuildStatus

RotorSectionBuilder.BuildStatus

Returns the build status of the die rotor casting

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

Getter Method

Signature BuildStatus

Returns:
Return type:NXOpen.Die.DieBuildStatusOption

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

DesignStatus

RotorSectionBuilder.DesignStatus

Returns or sets the design status of the die rotor casting

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

Getter Method

Signature DesignStatus

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature DesignStatus

Parameters:designStatus (bool) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

DisplayStatus

RotorSectionBuilder.DisplayStatus

Returns or sets the display status of the die rotor casting

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

Getter Method

Signature DisplayStatus

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature DisplayStatus

Parameters:displayStatus (bool) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

MinimumCavityDepth

RotorSectionBuilder.MinimumCavityDepth

Returns the throat minimum cavity depth of the die rotor casting

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

Getter Method

Signature MinimumCavityDepth

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

MinimumExtensionLength

RotorSectionBuilder.MinimumExtensionLength

Returns the throat minimum extension length of the die rotor casting

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

Getter Method

Signature MinimumExtensionLength

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

Method Detail

GetEndAttributes

RotorSectionBuilder.GetEndAttributes

Gets the end faces attributes

Signature GetEndAttributes()

Returns:a tuple
Return type:A tuple consisting of (title, value, color) title is a str. title for attribute value is a str. value of attribute color is a int. color of end faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

GetFlangeWallAttributes

RotorSectionBuilder.GetFlangeWallAttributes

Gets the flange wall faces attributes

Signature GetFlangeWallAttributes()

Returns:a tuple
Return type:A tuple consisting of (title, value, color) title is a str. title for attribute value is a str. value of attribute color is a int. color of flange wall faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

GetFormingAttributes

RotorSectionBuilder.GetFormingAttributes

Gets the forming faces attributes

Signature GetFormingAttributes()

Returns:a tuple
Return type:A tuple consisting of (title, value, color) title is a str. title for attribute value is a str. value of attribute color is a int. color of forming faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

GetRotorAttributes

RotorSectionBuilder.GetRotorAttributes

Gets the rotor faces attributes

Signature GetRotorAttributes()

Returns:a tuple
Return type:A tuple consisting of (title, value, color) title is a str. title for attribute value is a str. value of attribute color is a int. color of rotor faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetEndAttributes

RotorSectionBuilder.SetEndAttributes

Sets the end faces attributes

Signature SetEndAttributes(title, value, color)

Parameters:
  • title (str) – title for attribute
  • value (str) – value of attribute
  • color (int) – color of end faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetFlangeWallAttributes

RotorSectionBuilder.SetFlangeWallAttributes

Sets the flange wall faces attributes

Signature SetFlangeWallAttributes(title, value, color)

Parameters:
  • title (str) – title for attribute
  • value (str) – value of attribute
  • color (int) – color of flange wall faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetFormingAttributes

RotorSectionBuilder.SetFormingAttributes

Sets the forming faces attributes

Signature SetFormingAttributes(title, value, color)

Parameters:
  • title (str) – title for attribute
  • value (str) – value of attribute
  • color (int) – color of forming faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetMinimumCavityDepth

RotorSectionBuilder.SetMinimumCavityDepth

Signature SetMinimumCavityDepth(minimumCavityDepth)

Parameters:minimumCavityDepth (str) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetMinimumExtensionLength

RotorSectionBuilder.SetMinimumExtensionLength

Signature SetMinimumExtensionLength(minimumExtensionLength)

Parameters:minimumExtensionLength (str) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetRotorAttributes

RotorSectionBuilder.SetRotorAttributes

Sets the rotor faces attributes

Signature SetRotorAttributes(title, value, color)

Parameters:
  • title (str) – title for attribute
  • value (str) – value of attribute
  • color (int) – color of forming faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

Validate

RotorSectionBuilder.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.