NX Open C++ Reference Guide
|
This class is used to specify the parameter set to refit faces
Created in NX6.0.0.
More...
Public Types | |
enum | RefitControlDirection { RefitControlDirectionUV, RefitControlDirectionU, RefitControlDirectionV } |
Refit direction. More... | |
enum | RefitControlMethod { RefitControlMethodKeepParameterization, RefitControlMethodDegreePatches, RefitControlMethodDegreeTolerance, RefitControlMethodPatchTolerance } |
Refit method. More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder * | DegreesAndSegmentsOrPatches () |
Returns the refit degrees and segments or patches Created in NX6.0.0. | |
NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlDirection | RefitDirection () |
Returns the refit direction Created in NX6.0.0. | |
NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlMethod | RefitMethod () |
Returns the refit method Created in NX6.0.0. | |
void | SetRefitDirection (NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlDirection refitDirection) |
Sets the refit direction Created in NX6.0.0. | |
void | SetRefitMethod (NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlMethod refitMethod) |
Sets the refit method Created in NX6.0.0. | |
void | SetTolerance (double tolerance) |
Sets the tolerance Created in NX6.0.0. | |
double | Tolerance () |
Returns the tolerance 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 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 |
double NXOpen::GeometricUtilities::RefitControlBuilder::Tolerance | ( | ) |
Returns the tolerance
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
|
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.