NX Open C++ Reference Guide
|
This class is used to specify the parameter set to refit faces
Created in NX6.0.0.
More...
This class is used to specify the parameter set to refit faces
Created in NX6.0.0.
NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder* NXOpen::GeometricUtilities::RefitControlBuilder::DegreesAndSegmentsOrPatches | ( | ) |
Returns the refit degrees and segments or patches
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlDirection NXOpen::GeometricUtilities::RefitControlBuilder::RefitDirection | ( | ) |
Returns the refit direction
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlMethod NXOpen::GeometricUtilities::RefitControlBuilder::RefitMethod | ( | ) |
Returns the refit method
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
void NXOpen::GeometricUtilities::RefitControlBuilder::SetRefitDirection | ( | NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlDirection | refitDirection | ) |
Sets the refit direction
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
refitDirection | refitdirection |
void NXOpen::GeometricUtilities::RefitControlBuilder::SetRefitMethod | ( | NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlMethod | refitMethod | ) |
Sets the refit method
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
refitMethod | refitmethod |
void NXOpen::GeometricUtilities::RefitControlBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
tolerance | tolerance |
Returns the tolerance
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
virtual bool NXOpen::GeometricUtilities::RefitControlBuilder::Validate | ( | ) | [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.