NX Open C++ Reference Guide
|
This builder contains the boundaries that define a crosshatch pattern
Created in NX6.0.0.
More...
Public Types | |
enum | SelectionMethod { SelectionMethodCurves, SelectionMethodLocation } |
This enum represents the methods for selecting boundaries. More... | |
Public Member Functions | |
NXOpen::SectionList * | CurveBoundaries () |
Returns the curve boundaries Created in NX6.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX8.0.0. | |
NXOpen::View * | GetView () |
The boundary view. | |
NXOpen::Annotations::BoundaryBuilder::SelectionMethod | SelectionType () |
Returns the selection type Created in NX6.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX8.0.0. | |
void | SetSelectionType (NXOpen::Annotations::BoundaryBuilder::SelectionMethod type) |
Sets the selection type Created in NX6.0.0. | |
void | SetView (NXOpen::View *view) |
The boundary view Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This builder contains the boundaries that define a crosshatch pattern
Created in NX6.0.0.
NXOpen::SectionList* NXOpen::Annotations::BoundaryBuilder::CurveBoundaries | ( | ) |
Returns the curve boundaries
Created in NX6.0.0.
License requirements : None
double NXOpen::Annotations::BoundaryBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance
Created in NX8.0.0.
License requirements : None
NXOpen::View* NXOpen::Annotations::BoundaryBuilder::GetView | ( | ) |
The boundary view.
NXOpen::Annotations::BoundaryBuilder::SelectionMethod NXOpen::Annotations::BoundaryBuilder::SelectionType | ( | ) |
Returns the selection type
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::BoundaryBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
distanceTolerance | distancetolerance |
void NXOpen::Annotations::BoundaryBuilder::SetSelectionType | ( | NXOpen::Annotations::BoundaryBuilder::SelectionMethod | type | ) |
Sets the selection type
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
type | type |
void NXOpen::Annotations::BoundaryBuilder::SetView | ( | NXOpen::View * | view | ) |
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.