ReliefDesignBuilder Class¶
-
class
NXOpen.Tooling.ReliefDesignBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.Tooling.ReliefDesignBuilderRelief Design is to cut relief pocket for forming region .To create a new instance of this class, use
NXOpen.Tooling.ReliefDesignCollection.CreateReliefDesignBuilder()Default values.
Property Value Clearance 0.1 CreateEditMethod BBox CreateLocation 1 DeleteMethod DeleteSelectedInstance HideReliefStatus 0 NumberOfCopy 1 ReliefHeight.Value 5 (millimeters part), 1 (inches part) ReliefRadius.Value 1 (millimeters part), 0.1 (inches part) New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Clearance | Returns or sets the clearance of KF bounding box. |
| Clearance1 | Returns the first clearance to create handle to control -X direction clearance. |
| Clearance2 | Returns the second clearance to create handle to control -Y direction clearance. |
| Clearance3 | Returns the third clearance to create handle to control -Z direction clearance. |
| Clearance4 | Returns the fourth clearance to create handle to control +X direction clearance. |
| Clearance5 | Returns the fifth clearance to create handle to control +Y direction clearance. |
| Clearance6 | Returns the sixth clearance to create handle to control +Z direction clearance. |
| CopyRelief | Returns the relief used to copy. |
| CreateEditMethod | Returns or sets the create and edit method. |
| CreateLocation | Returns or sets the location option to create relief, true: create relief at the location of forming region, false: create relief at the next station(offset one pitch). |
| CurveSuperSelect | Returns the sketched curve profile used for creating or editing user defined relief. |
| DeleteMethod | Returns or sets the delete method. |
| HideReliefStatus | Returns or sets the option to hide (true) or show (false) the relief. |
| NumberOfCopy | Returns or sets the number of relief to be copied. |
| Pitch | Returns or sets the pitch. |
| ReliefFace | Returns the face used to create bounding box or wave to workpart as reference for creating user defined relief. |
| ReliefHeight | Returns the relief height. |
| ReliefRadius | Returns the relief radius. |
| ReliefStart | Returns the extrude start of the user defined relief. |
| SelectionReliefToEdit | Returns the selected relief to edit. |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the type of relief design. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| DeleteLinkedFace | Delete the linked face 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. |
| GetObject | Returns the object currently being edited by this builder. |
| SetFaces | Sets the face occurrences into builder attribute. |
| 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. |
| WaveFaces | Wave face to work part for creating user defined relief as reference. |
Enumerations¶
| ReliefDesignBuilderMethod Enumeration | The relief design creation method. |
| ReliefDesignBuilderMethodOfDelete Enumeration | The relief design delete method. |
| ReliefDesignBuilderTypes Enumeration | The relief design type. |
Property Detail¶
Clearance¶
-
ReliefDesignBuilder.Clearance¶ Returns or sets the clearance of KF bounding box.
-------------------------------------Getter Method
Signature
ClearanceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ClearanceParameters: clearance (float) – New in version NX7.5.0.
License requirements: None.
Clearance1¶
-
ReliefDesignBuilder.Clearance1¶ Returns the first clearance to create handle to control -X direction clearance.
-------------------------------------Getter Method
Signature
Clearance1Returns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
Clearance2¶
-
ReliefDesignBuilder.Clearance2¶ Returns the second clearance to create handle to control -Y direction clearance.
-------------------------------------Getter Method
Signature
Clearance2Returns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
Clearance3¶
-
ReliefDesignBuilder.Clearance3¶ Returns the third clearance to create handle to control -Z direction clearance.
-------------------------------------Getter Method
Signature
Clearance3Returns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
Clearance4¶
-
ReliefDesignBuilder.Clearance4¶ Returns the fourth clearance to create handle to control +X direction clearance.
-------------------------------------Getter Method
Signature
Clearance4Returns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
Clearance5¶
-
ReliefDesignBuilder.Clearance5¶ Returns the fifth clearance to create handle to control +Y direction clearance.
-------------------------------------Getter Method
Signature
Clearance5Returns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
Clearance6¶
-
ReliefDesignBuilder.Clearance6¶ Returns the sixth clearance to create handle to control +Z direction clearance.
-------------------------------------Getter Method
Signature
Clearance6Returns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
CopyRelief¶
-
ReliefDesignBuilder.CopyRelief¶ Returns the relief used to copy.
-------------------------------------Getter Method
Signature
CopyReliefReturns: Return type: NXOpen.SelectBodyListNew in version NX7.5.0.
License requirements: None.
CreateEditMethod¶
-
ReliefDesignBuilder.CreateEditMethod¶ Returns or sets the create and edit method.
-------------------------------------Getter Method
Signature
CreateEditMethodReturns: Return type: NXOpen.Tooling.ReliefDesignBuilderMethodNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateEditMethodParameters: createEditMethod ( NXOpen.Tooling.ReliefDesignBuilderMethod) –New in version NX7.5.0.
License requirements: None.
CreateLocation¶
-
ReliefDesignBuilder.CreateLocation¶ Returns or sets the location option to create relief, true: create relief at the location of forming region, false: create relief at the next station(offset one pitch).
-------------------------------------Getter Method
Signature
CreateLocationReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateLocationParameters: createLocation (bool) – New in version NX7.5.0.
License requirements: None.
CurveSuperSelect¶
-
ReliefDesignBuilder.CurveSuperSelect¶ Returns the sketched curve profile used for creating or editing user defined relief.
-------------------------------------Getter Method
Signature
CurveSuperSelectReturns: Return type: NXOpen.SectionNew in version NX7.5.0.
License requirements: None.
DeleteMethod¶
-
ReliefDesignBuilder.DeleteMethod¶ Returns or sets the delete method.
-------------------------------------Getter Method
Signature
DeleteMethodReturns: Return type: NXOpen.Tooling.ReliefDesignBuilderMethodOfDeleteNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeleteMethodParameters: deleteMethod ( NXOpen.Tooling.ReliefDesignBuilderMethodOfDelete) –New in version NX7.5.0.
License requirements: None.
HideReliefStatus¶
-
ReliefDesignBuilder.HideReliefStatus¶ Returns or sets the option to hide (true) or show (false) the relief.
-------------------------------------Getter Method
Signature
HideReliefStatusReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HideReliefStatusParameters: hideReliefStatus (bool) – New in version NX7.5.0.
License requirements: None.
NumberOfCopy¶
-
ReliefDesignBuilder.NumberOfCopy¶ Returns or sets the number of relief to be copied.
-------------------------------------Getter Method
Signature
NumberOfCopyReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NumberOfCopyParameters: numberOfCopy (int) – New in version NX7.5.0.
License requirements: None.
Pitch¶
-
ReliefDesignBuilder.Pitch¶ Returns or sets the pitch.
-------------------------------------Getter Method
Signature
PitchReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PitchParameters: pitch (float) – New in version NX7.5.0.
License requirements: None.
ReliefFace¶
-
ReliefDesignBuilder.ReliefFace¶ Returns the face used to create bounding box or wave to workpart as reference for creating user defined relief.
-------------------------------------Getter Method
Signature
ReliefFaceReturns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
ReliefHeight¶
-
ReliefDesignBuilder.ReliefHeight¶ Returns the relief height.
-------------------------------------Getter Method
Signature
ReliefHeightReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
ReliefRadius¶
-
ReliefDesignBuilder.ReliefRadius¶ Returns the relief radius.
-------------------------------------Getter Method
Signature
ReliefRadiusReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
ReliefStart¶
-
ReliefDesignBuilder.ReliefStart¶ Returns the extrude start of the user defined relief.
-------------------------------------Getter Method
Signature
ReliefStartReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
SelectionReliefToEdit¶
-
ReliefDesignBuilder.SelectionReliefToEdit¶ Returns the selected relief to edit.
-------------------------------------Getter Method
Signature
SelectionReliefToEditReturns: Return type: NXOpen.SelectNXObjectNew in version NX7.5.0.
License requirements: None.
Type¶
-
ReliefDesignBuilder.Type¶ Returns or sets the type of relief design.
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.Tooling.ReliefDesignBuilderTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.Tooling.ReliefDesignBuilderTypes) –New in version NX7.5.0.
License requirements: None.
Method Detail¶
DeleteLinkedFace¶
-
ReliefDesignBuilder.DeleteLinkedFace¶ Delete the linked face feature.
Signature
DeleteLinkedFace()New in version NX7.5.0.
License requirements: None.
SetFaces¶
-
ReliefDesignBuilder.SetFaces¶ Sets the face occurrences into builder attribute.
Signature
SetFaces(faceOccs)Parameters: faceOccs (list of NXOpen.Face) – array of face occurrencesNew in version NX7.5.0.
License requirements: None.
Validate¶
-
ReliefDesignBuilder.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.