NX Open C++ Reference Guide
|
A BoxSearchTermBuilder is used to create or edit an Assemblies::BoxSearchTerm . More...
Public Member Functions | |
NXOpen::Point3d | BottomCorner () |
Returns the bottom corner of the box. | |
NXOpen::Assemblies::BoxSearchTerm::BoxOverlapLogicType | BoxOverlapLogic () |
Returns the box overlap logic. | |
NXOpen::Assemblies::SearchTerm::SearchTermLogicType | SearchTermLogic () |
Returns the search term logic. | |
void | SetBottomCorner (const NXOpen::Point3d &bottomCorner) |
Sets the bottom corner of the box. | |
void | SetBoxOverlapLogic (NXOpen::Assemblies::BoxSearchTerm::BoxOverlapLogicType boxOverlapLogic) |
Sets the box overlap logic. | |
void | SetSearchTermLogic (NXOpen::Assemblies::SearchTerm::SearchTermLogicType searchTermLogic) |
Sets the search term logic. | |
void | SetTopCorner (const NXOpen::Point3d &topCorner) |
Sets the top corner of the box. | |
void | SetTrueShapeRefinement (bool trueShapeRefinement) |
Sets the true-shape refinement. | |
NXOpen::Point3d | TopCorner () |
Returns the top corner of the box. | |
bool | TrueShapeRefinement () |
Returns the true-shape refinement. | |
A BoxSearchTermBuilder is used to create or edit an Assemblies::BoxSearchTerm .
<br> To create a new instance of this class, use @link Assemblies::SubsetCollection::CreateBoxSearchTermBuilder Assemblies::SubsetCollection::CreateBoxSearchTermBuilder @endlink <br>
Created in NX8.5.0.
NXOpen::Point3d NXOpen::Assemblies::BoxSearchTermBuilder::BottomCorner | ( | ) |
Returns the bottom corner of the box.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
NXOpen::Assemblies::BoxSearchTerm::BoxOverlapLogicType NXOpen::Assemblies::BoxSearchTermBuilder::BoxOverlapLogic | ( | ) |
Returns the box overlap logic.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
NXOpen::Assemblies::SearchTerm::SearchTermLogicType NXOpen::Assemblies::BoxSearchTermBuilder::SearchTermLogic | ( | ) |
Returns the search term logic.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
void NXOpen::Assemblies::BoxSearchTermBuilder::SetBottomCorner | ( | const NXOpen::Point3d & | bottomCorner | ) |
Sets the bottom corner of the box.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
bottomCorner | Vertex of box in workset part coordinates |
void NXOpen::Assemblies::BoxSearchTermBuilder::SetBoxOverlapLogic | ( | NXOpen::Assemblies::BoxSearchTerm::BoxOverlapLogicType | boxOverlapLogic | ) |
Sets the box overlap logic.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
boxOverlapLogic | boxoverlaplogic |
void NXOpen::Assemblies::BoxSearchTermBuilder::SetSearchTermLogic | ( | NXOpen::Assemblies::SearchTerm::SearchTermLogicType | searchTermLogic | ) |
Sets the search term logic.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
searchTermLogic | searchtermlogic |
void NXOpen::Assemblies::BoxSearchTermBuilder::SetTopCorner | ( | const NXOpen::Point3d & | topCorner | ) |
Sets the top corner of the box.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
topCorner | Vertex of box in workset part coordinates |
void NXOpen::Assemblies::BoxSearchTermBuilder::SetTrueShapeRefinement | ( | bool | trueShapeRefinement | ) |
Sets the true-shape refinement.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
trueShapeRefinement | trueshaperefinement |
NXOpen::Point3d NXOpen::Assemblies::BoxSearchTermBuilder::TopCorner | ( | ) |
Returns the top corner of the box.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
bool NXOpen::Assemblies::BoxSearchTermBuilder::TrueShapeRefinement | ( | ) |
Returns the true-shape refinement.
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")