RefitControlBuilder Class¶
-
class
NXOpen.GeometricUtilities.RefitControlBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderThis class is used to specify the parameter set to refit faces
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| DegreesAndSegmentsOrPatches | Returns the refit degrees and segments or patches |
| RefitDirection | Returns or sets the refit direction |
| RefitMethod | Returns or sets the refit method |
| Tag | Returns the Tag for this object. |
| Tolerance | Returns or sets the tolerance |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| RefitControlBuilderRefitControlDirection Enumeration | Refit direction |
| RefitControlBuilderRefitControlMethod Enumeration | Refit method |
Property Detail¶
DegreesAndSegmentsOrPatches¶
-
RefitControlBuilder.DegreesAndSegmentsOrPatches¶ Returns the refit degrees and segments or patches
-------------------------------------Getter Method
Signature
DegreesAndSegmentsOrPatchesReturns: Return type: NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilderNew in version NX6.0.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
RefitDirection¶
-
RefitControlBuilder.RefitDirection¶ Returns or sets the refit direction
-------------------------------------Getter Method
Signature
RefitDirectionReturns: Return type: NXOpen.GeometricUtilities.RefitControlBuilderRefitControlDirectionNew in version NX6.0.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
-------------------------------------Setter Method
Signature
RefitDirectionParameters: refitDirection ( NXOpen.GeometricUtilities.RefitControlBuilderRefitControlDirection) –New in version NX6.0.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
RefitMethod¶
-
RefitControlBuilder.RefitMethod¶ Returns or sets the refit method
-------------------------------------Getter Method
Signature
RefitMethodReturns: Return type: NXOpen.GeometricUtilities.RefitControlBuilderRefitControlMethodNew in version NX6.0.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
-------------------------------------Setter Method
Signature
RefitMethodParameters: refitMethod ( NXOpen.GeometricUtilities.RefitControlBuilderRefitControlMethod) –New in version NX6.0.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
Tolerance¶
-
RefitControlBuilder.Tolerance¶ Returns or sets the tolerance
-------------------------------------Getter Method
Signature
ToleranceReturns: Return type: float New in version NX6.0.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
-------------------------------------Setter Method
Signature
ToleranceParameters: tolerance (float) – New in version NX6.0.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
Method Detail¶
Validate¶
-
RefitControlBuilder.Validate¶ 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.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.