NX Open C++ Reference Guide
|
Represents a Features::PoleSmoothing builder
To create a new instance of this class, use Features::FeatureCollection::CreatePoleSmoothingBuilder
Default values.
More...
Public Member Functions | |
bool | ApplyConstraintsToAll () |
Returns the indicator to apply the same constraint to all Created in NX6.0.0. | |
bool | GetCreateNewCopy () |
Returns the indicator for creating a new copy. | |
void | GetSelectedPolesIndex (std::vector< int > &selectedPolesIndex) |
Returns the index of selected poles Created in NX6.0.0. | |
int | ModificationPercentage () |
Returns the modification percentage Created in NX6.0.0. | |
NXOpen::Direction * | MovementVector () |
Returns the movement direction vector, this is used only when UseSpecificDirection and SetUseSpecificDirection is true. | |
bool | MoveOnlySelectedPoles () |
Returns the indicator to move only selected poles Created in NX6.0.0. | |
int | NumberPolesSelected () |
Returns the number of poles selected Created in NX6.0.0. | |
NXOpen::GeometricUtilities::ControlPoleManagerData * | Poles () |
Returns the selected poles, this is used only when MoveOnlySelectedPoles and SetMoveOnlySelectedPoles is true Created in NX6.0.0. | |
void | RemoveFeatureParameters (NXOpen::Face *face) |
Removes parameters of a owning feature of a face to be smoothed Created in NX8.0.0. | |
void | SetApplyConstraintsToAll (bool applyConstraintsToAll) |
Sets the indicator to apply the same constraint to all Created in NX6.0.0. | |
void | SetCreateNewCopy (bool createNewCopy) |
Sets the indicator for creating a new copy Created in NX6.0.0. | |
void | SetModificationPercentage (int modificationPercentage) |
Sets the modification percentage Created in NX6.0.0. | |
void | SetMovementVector (NXOpen::Direction *movementVector) |
Sets the movement direction vector, this is used only when UseSpecificDirection and SetUseSpecificDirection is true. | |
void | SetMoveOnlySelectedPoles (bool moveOnlySelectedPoles) |
Sets the indicator to move only selected poles Created in NX6.0.0. | |
void | SetNumberPolesSelected (int numbePolesSelected) |
Sets the number of poles selected Created in NX6.0.0. | |
void | SetSelectedPolesIndex (const std::vector< int > &selectedPolesIndex) |
Sets the index of selected poles Created in NX6.0.0. | |
void | SetSmoothingFactor (int smoothingFactor) |
Sets the smoothing factor, the min and max values for this are (1 to 100) Created in NX6.0.0. | |
void | SetUseSpecificDirection (bool useSpecificDirection) |
Sets the specific moving direction Created in NX6.0.0. | |
int | SmoothingFactor () |
Returns the smoothing factor, the min and max values for this are (1 to 100) Created in NX6.0.0. | |
NXOpen::SelectFace * | TargetFace () |
Returns the target face Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | UMaxConstraint () |
Returns the u maximum continuity constraint Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | UMinConstraint () |
Returns the u minimum continuity constraint Created in NX6.0.0. | |
bool | UseSpecificDirection () |
Returns the specific moving direction Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | VMaxConstraint () |
Returns the v maximum continuity constraint Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | VMinConstraint () |
Returns the v minimum continuity constraint Created in NX6.0.0. |
Represents a Features::PoleSmoothing builder
To create a new instance of this class, use Features::FeatureCollection::CreatePoleSmoothingBuilder
Default values.
Property | Value |
---|---|
ApplyConstraintsToAll |
0 |
ModificationPercentage |
100 |
MoveOnlySelectedPoles |
0 |
SmoothingFactor |
1 |
UseSpecificDirection |
0 |
Created in NX6.0.0.
Returns the indicator to apply the same constraint to all
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the indicator for creating a new copy.
void NXOpen::Features::PoleSmoothingBuilder::GetSelectedPolesIndex | ( | std::vector< int > & | selectedPolesIndex | ) |
Returns the index of selected poles
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
selectedPolesIndex | selected poles index |
Returns the modification percentage
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the movement direction vector, this is used only when UseSpecificDirection and SetUseSpecificDirection is true.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the indicator to move only selected poles
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the number of poles selected
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
NXOpen::GeometricUtilities::ControlPoleManagerData* NXOpen::Features::PoleSmoothingBuilder::Poles | ( | ) |
Returns the selected poles, this is used only when MoveOnlySelectedPoles and SetMoveOnlySelectedPoles is true
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Removes parameters of a owning feature of a face to be smoothed
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
face | Face to be used for feature parameter removal |
void NXOpen::Features::PoleSmoothingBuilder::SetApplyConstraintsToAll | ( | bool | applyConstraintsToAll | ) |
Sets the indicator to apply the same constraint to all
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
applyConstraintsToAll | applyconstraintstoall |
void NXOpen::Features::PoleSmoothingBuilder::SetCreateNewCopy | ( | bool | createNewCopy | ) |
Sets the indicator for creating a new copy
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
createNewCopy | createnewcopy |
void NXOpen::Features::PoleSmoothingBuilder::SetModificationPercentage | ( | int | modificationPercentage | ) |
Sets the modification percentage
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
modificationPercentage | modificationpercentage |
void NXOpen::Features::PoleSmoothingBuilder::SetMovementVector | ( | NXOpen::Direction * | movementVector | ) |
Sets the movement direction vector, this is used only when UseSpecificDirection and SetUseSpecificDirection is true.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
movementVector | movementvector |
void NXOpen::Features::PoleSmoothingBuilder::SetMoveOnlySelectedPoles | ( | bool | moveOnlySelectedPoles | ) |
Sets the indicator to move only selected poles
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
moveOnlySelectedPoles | moveonlyselectedpoles |
void NXOpen::Features::PoleSmoothingBuilder::SetNumberPolesSelected | ( | int | numbePolesSelected | ) |
Sets the number of poles selected
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
numbePolesSelected | numbepolesselected |
void NXOpen::Features::PoleSmoothingBuilder::SetSelectedPolesIndex | ( | const std::vector< int > & | selectedPolesIndex | ) |
Sets the index of selected poles
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
selectedPolesIndex | selected poles index |
void NXOpen::Features::PoleSmoothingBuilder::SetSmoothingFactor | ( | int | smoothingFactor | ) |
Sets the smoothing factor, the min and max values for this are (1 to 100)
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
smoothingFactor | smoothingfactor |
void NXOpen::Features::PoleSmoothingBuilder::SetUseSpecificDirection | ( | bool | useSpecificDirection | ) |
Sets the specific moving direction
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
useSpecificDirection | usespecificdirection |
Returns the smoothing factor, the min and max values for this are (1 to 100)
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the target face
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the u maximum continuity constraint
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the u minimum continuity constraint
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the specific moving direction
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the v maximum continuity constraint
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the v minimum continuity constraint
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")