NX Open C++ Reference Guide
|
Pattern Reference Point is a service which enables the employing client to compute the reference point for pattern instance locations. More...
Public Member Functions | |
bool | IsReferencePointInferred () |
Returns the reference point inferred flag. | |
NXOpen::Point * | Point () |
Returns the reference point Created in NX9.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the reference point Created in NX9.0.0. | |
void | SetReferencePointInferred (bool isReferencePointInferred) |
Sets the reference point inferred flag. | |
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. | |
Pattern Reference Point is a service which enables the employing client to compute the reference point for pattern instance locations.
The reference point can be inferred or user-selected
Created in NX9.0.0.
bool NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::IsReferencePointInferred | ( | ) |
Returns the reference point inferred flag.
This flag states whether the reference point is inferred from selected entites or not. If 'true', the reference point will be inferred every time the selected entities get modified or updated. If 'false', the reference point provided by the user will be independent of the selected entities but will be associative to the rule by which it was created (e.g. End of Line, Center of Arc).
Created in NX9.0.0.
License requirements : None
NXOpen::Point* NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::Point | ( | ) |
Returns the reference point
Created in NX9.0.0.
License requirements : None
void NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the reference point
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
point | point |
void NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::SetReferencePointInferred | ( | bool | isReferencePointInferred | ) |
Sets the reference point inferred flag.
This flag states whether the reference point is inferred from selected entites or not. If 'true', the reference point will be inferred every time the selected entities get modified or updated. If 'false', the reference point provided by the user will be independent of the selected entities but will be associative to the rule by which it was created (e.g. End of Line, Center of Arc).
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
isReferencePointInferred | isreferencepointinferred |
|
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.