WearPlateLocParentBuilder Class

class NXOpen.Die.WearPlateLocParentBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a Die Wear Plate Locator 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 wear plate and locators
DesignStatus Returns or sets the design status of wear plate and locators
DisplayStatus Returns or sets the display status of wear plate and locators
LocatorDepth Returns the locator depth of die wear plate and locators
LocatorPosition Returns or sets the locator position of die wear plate and locators
LocatorWidth Returns the locator width of die wear plate and locators
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
ReverseNormal Returns or sets the reverse normal setting of die wear plate and locators
RibSupportWidth Returns the wear plate rib support width of die wear plate and locators
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
WearPlateLength Returns the wear plate length of die wear plate and locators
WearPlateWidth Returns the wear plate width of die wear plate and locators

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CommitFeature Commits the feature parameters and creates the feature
CreateChild Creates a child wear plate and locator
DeleteChild Deletes a child wear plate and locator
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetChildren Outputs the children
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetFeature Returns the feature currently being edited by this builder.
GetObject Returns the object currently being edited by this builder.
GetPadAttributes Gets the pad attributes, note existance of attributes depends on usage in main feature
GetRecessAttributes Gets the recess attributes
GetReliefAttributes Gets the relief attributes
HideInternalParentFeatureAfterEdit Re-suppress an internal parent feature (a slave feature) after it has been edited.
SetLocatorDepth  
SetLocatorWidth  
SetPadAttributes Sets the pad attributes, note existance of attributes depends on usage in main feature
SetParentFeatureInternal Set the parent features which would be internal or slaves to the feature being created or commited
SetRecessAttributes Sets the recess attributes
SetReliefAttributes Sets the relief attributes
SetRibSupportWidth  
SetWearPlateLength  
SetWearPlateWidth  
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.

Enumerations

WearPlateLocParentBuilderPositionType Enumeration Settings for the positioning of the locator relative to the wear plate.

Property Detail

BuildStatus

WearPlateLocParentBuilder.BuildStatus

Returns the build status of wear plate and locators

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

Getter Method

Signature BuildStatus

Returns:
Return type:NXOpen.Die.DieBuildStatusOption

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

DesignStatus

WearPlateLocParentBuilder.DesignStatus

Returns or sets the design status of wear plate and locators

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

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

WearPlateLocParentBuilder.DisplayStatus

Returns or sets the display status of wear plate and locators

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

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”)

LocatorDepth

WearPlateLocParentBuilder.LocatorDepth

Returns the locator depth of die wear plate and locators

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

Getter Method

Signature LocatorDepth

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

LocatorPosition

WearPlateLocParentBuilder.LocatorPosition

Returns or sets the locator position of die wear plate and locators

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

Getter Method

Signature LocatorPosition

Returns:
Return type:NXOpen.Die.WearPlateLocParentBuilderPositionType

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature LocatorPosition

Parameters:position (NXOpen.Die.WearPlateLocParentBuilderPositionType) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

LocatorWidth

WearPlateLocParentBuilder.LocatorWidth

Returns the locator width of die wear plate and locators

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

Getter Method

Signature LocatorWidth

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

ReverseNormal

WearPlateLocParentBuilder.ReverseNormal

Returns or sets the reverse normal setting of die wear plate and locators

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

Getter Method

Signature ReverseNormal

Returns:
Return type:int

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature ReverseNormal

Parameters:reverseNormal (int) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

RibSupportWidth

WearPlateLocParentBuilder.RibSupportWidth

Returns the wear plate rib support width of die wear plate and locators

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

Getter Method

Signature RibSupportWidth

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

WearPlateLength

WearPlateLocParentBuilder.WearPlateLength

Returns the wear plate length of die wear plate and locators

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

Getter Method

Signature WearPlateLength

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

WearPlateWidth

WearPlateLocParentBuilder.WearPlateWidth

Returns the wear plate width of die wear plate and locators

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

Getter Method

Signature WearPlateWidth

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

Method Detail

CreateChild

WearPlateLocParentBuilder.CreateChild

Creates a child wear plate and locator

Signature CreateChild()

Returns:
Return type:NXOpen.Die.WearPlateLocChildBuilder

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

DeleteChild

WearPlateLocParentBuilder.DeleteChild

Deletes a child wear plate and locator

Signature DeleteChild(diewearplatelocchild)

Parameters:diewearplatelocchild (NXOpen.Die.WearPlateLocChildBuilder) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

GetChildren

WearPlateLocParentBuilder.GetChildren

Outputs the children

Signature GetChildren()

Returns:children
Return type:list of NXOpen.Die.WearPlateLocChildBuilder

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

GetPadAttributes

WearPlateLocParentBuilder.GetPadAttributes

Gets the pad attributes, note existance of attributes depends on usage in main feature

Signature GetPadAttributes()

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 pad faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

GetRecessAttributes

WearPlateLocParentBuilder.GetRecessAttributes

Gets the recess attributes

Signature GetRecessAttributes()

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 recess faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

GetReliefAttributes

WearPlateLocParentBuilder.GetReliefAttributes

Gets the relief attributes

Signature GetReliefAttributes()

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 relief faces

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetLocatorDepth

WearPlateLocParentBuilder.SetLocatorDepth

Signature SetLocatorDepth(depth)

Parameters:depth (str) – Expression value

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetLocatorWidth

WearPlateLocParentBuilder.SetLocatorWidth

Signature SetLocatorWidth(width)

Parameters:width (str) – Expression value

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetPadAttributes

WearPlateLocParentBuilder.SetPadAttributes

Sets the pad attributes, note existance of attributes depends on usage in main feature

Signature SetPadAttributes(title, value, color)

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

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetRecessAttributes

WearPlateLocParentBuilder.SetRecessAttributes

Sets the recess attributes

Signature SetRecessAttributes(title, value, color)

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

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetReliefAttributes

WearPlateLocParentBuilder.SetReliefAttributes

Sets the relief attributes

Signature SetReliefAttributes(title, value, color)

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

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetRibSupportWidth

WearPlateLocParentBuilder.SetRibSupportWidth

Signature SetRibSupportWidth(ribSupportWidth)

Parameters:ribSupportWidth (str) – Expression value

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetWearPlateLength

WearPlateLocParentBuilder.SetWearPlateLength

Signature SetWearPlateLength(length)

Parameters:length (str) – Expression value

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetWearPlateWidth

WearPlateLocParentBuilder.SetWearPlateWidth

Signature SetWearPlateWidth(width)

Parameters:width (str) – Expression value

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

Validate

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