NX Open C++ Reference Guide
|
This class performs the best fit alignment between objects
To create a new instance of this class, use Facet::FacetedBodyCollection::CreateBestFitAlignBuilder
Created in NX6.0.0.
More...
Public Types | |
enum | ConstraintOptions { ConstraintOptionsFree, ConstraintOptionsOnlyTranslation, ConstraintOptionsTranslationInPlane, ConstraintOptionsTranslationAlongDirection, ConstraintOptionsOnlyRotation, ConstraintOptionsRotationAroundPoint, ConstraintOptionsRotationAroundLine, ConstraintOptionsHoldToPlane, ConstraintOptionsHoldToLine } |
Represents the constraint options. More... | |
Public Member Functions | |
NXOpen::SelectNXObjectList * | DestinationObjects () |
Returns the destination objects Created in NX6.0.0. | |
NXOpen::Direction * | Direction () |
Returns the plane or line direction Created in NX6.0.0. | |
NXOpen::Facet::BestFitAlignBuilder::ConstraintOptions | FitConstraints () |
Returns the fit constraint Created in NX6.0.0. | |
bool | GlobalSearch () |
Returns a value indicating whether to do a global search Created in NX6.0.0. | |
NXOpen::SelectNXObjectList * | MobileObjects () |
Returns the mobile objects Created in NX6.0.0. | |
NXOpen::Point * | RotateCenter () |
Returns the rotation center Created in NX6.0.0. | |
void | SetDirection (NXOpen::Direction *direction) |
Sets the plane or line direction Created in NX6.0.0. | |
void | SetFitConstraints (NXOpen::Facet::BestFitAlignBuilder::ConstraintOptions fitConstraints) |
Sets the fit constraint Created in NX6.0.0. | |
void | SetGlobalSearch (bool globalSearch) |
Sets a value indicating whether to do a global search Created in NX6.0.0. | |
void | SetRotateCenter (NXOpen::Point *rotateCenter) |
Sets the rotation center Created in NX6.0.0. | |
NXOpen::SelectNXObjectList * | SourceObjects () |
Returns the source objects Created in NX6.0.0. |
This class performs the best fit alignment between objects
To create a new instance of this class, use Facet::FacetedBodyCollection::CreateBestFitAlignBuilder
Created in NX6.0.0.
Represents the constraint options.
Returns the destination objects
Created in NX6.0.0.
License requirements : None
Returns the plane or line direction
Created in NX6.0.0.
License requirements : None
NXOpen::Facet::BestFitAlignBuilder::ConstraintOptions NXOpen::Facet::BestFitAlignBuilder::FitConstraints | ( | ) |
Returns the fit constraint
Created in NX6.0.0.
License requirements : None
Returns a value indicating whether to do a global search
Created in NX6.0.0.
License requirements : None
Returns the mobile objects
Created in NX6.0.0.
License requirements : None
Returns the rotation center
Created in NX6.0.0.
License requirements : None
void NXOpen::Facet::BestFitAlignBuilder::SetDirection | ( | NXOpen::Direction * | direction | ) |
Sets the plane or line direction
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR nx_freeform_1 ("basic freeform modeling")
direction | direction |
void NXOpen::Facet::BestFitAlignBuilder::SetFitConstraints | ( | NXOpen::Facet::BestFitAlignBuilder::ConstraintOptions | fitConstraints | ) |
Sets the fit constraint
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR nx_freeform_1 ("basic freeform modeling")
fitConstraints | fitconstraints |
void NXOpen::Facet::BestFitAlignBuilder::SetGlobalSearch | ( | bool | globalSearch | ) |
Sets a value indicating whether to do a global search
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR nx_freeform_1 ("basic freeform modeling")
globalSearch | globalsearch |
void NXOpen::Facet::BestFitAlignBuilder::SetRotateCenter | ( | NXOpen::Point * | rotateCenter | ) |
Sets the rotation center
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR nx_freeform_1 ("basic freeform modeling")
rotateCenter | rotatecenter |
Returns the source objects
Created in NX6.0.0.
License requirements : None