BoxSearchTermBuilder Class¶
-
class
NXOpen.Assemblies.BoxSearchTermBuilder¶ Bases:
NXOpen.Assemblies.SearchTermBuilderA BoxSearchTermBuilder is used to create or edit an
NXOpen.Assemblies.BoxSearchTerm.To create a new instance of this class, use
NXOpen.Assemblies.SubsetCollection.CreateBoxSearchTermBuilder()New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| BottomCorner | Returns or sets the bottom corner of the box. |
| BoxOverlapLogic | Returns or sets the box overlap logic. |
| SearchTermLogic | Returns or sets the search term logic. |
| Tag | Returns the Tag for this object. |
| TopCorner | Returns or sets the top corner of the box. |
| TrueShapeRefinement | Returns or sets the true-shape refinement. |
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¶
BottomCorner¶
-
BoxSearchTermBuilder.BottomCorner¶ Returns or sets the bottom corner of the box.
-------------------------------------Getter Method
Signature
BottomCornerReturns: Vertex of box in workset part coordinates Return type: NXOpen.Point3dNew in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
-------------------------------------Setter Method
Signature
BottomCornerParameters: bottomCorner ( NXOpen.Point3d) – Vertex of box in workset part coordinatesNew in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
BoxOverlapLogic¶
-
BoxSearchTermBuilder.BoxOverlapLogic¶ Returns or sets the box overlap logic.
-------------------------------------Getter Method
Signature
BoxOverlapLogicReturns: Return type: NXOpen.Assemblies.BoxSearchTermBoxOverlapLogicTypeNew in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
-------------------------------------Setter Method
Signature
BoxOverlapLogicParameters: boxOverlapLogic ( NXOpen.Assemblies.BoxSearchTermBoxOverlapLogicType) –New in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
SearchTermLogic¶
-
BoxSearchTermBuilder.SearchTermLogic¶ Returns or sets the search term logic.
-------------------------------------Getter Method
Signature
SearchTermLogicReturns: Return type: NXOpen.Assemblies.SearchTermSearchTermLogicTypeNew in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
-------------------------------------Setter Method
Signature
SearchTermLogicParameters: searchTermLogic ( NXOpen.Assemblies.SearchTermSearchTermLogicType) –New in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
TopCorner¶
-
BoxSearchTermBuilder.TopCorner¶ Returns or sets the top corner of the box.
-------------------------------------Getter Method
Signature
TopCornerReturns: Vertex of box in workset part coordinates Return type: NXOpen.Point3dNew in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
-------------------------------------Setter Method
Signature
TopCornerParameters: topCorner ( NXOpen.Point3d) – Vertex of box in workset part coordinatesNew in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
TrueShapeRefinement¶
-
BoxSearchTermBuilder.TrueShapeRefinement¶ Returns or sets the true-shape refinement.
-------------------------------------Getter Method
Signature
TrueShapeRefinementReturns: Return type: bool New in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
-------------------------------------Setter Method
Signature
TrueShapeRefinementParameters: trueShapeRefinement (bool) – New in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
Method Detail¶
Validate¶
-
BoxSearchTermBuilder.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.