RefitControlBuilder Class

class NXOpen.GeometricUtilities.RefitControlBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

This 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.

Property Detail

DegreesAndSegmentsOrPatches

RefitControlBuilder.DegreesAndSegmentsOrPatches

Returns the refit degrees and segments or patches

-------------------------------------

Getter Method

Signature DegreesAndSegmentsOrPatches

Returns:
Return type:NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder

New 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 RefitDirection

Returns:
Return type:NXOpen.GeometricUtilities.RefitControlBuilderRefitControlDirection

New in version NX6.0.0.

License requirements: studio_free_form (“STUDIO FREE FORM”)

-------------------------------------

Setter Method

Signature RefitDirection

Parameters: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 RefitMethod

Returns:
Return type:NXOpen.GeometricUtilities.RefitControlBuilderRefitControlMethod

New in version NX6.0.0.

License requirements: studio_free_form (“STUDIO FREE FORM”)

-------------------------------------

Setter Method

Signature RefitMethod

Parameters: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 Tolerance

Returns:
Return type:float

New in version NX6.0.0.

License requirements: studio_free_form (“STUDIO FREE FORM”)

-------------------------------------

Setter Method

Signature Tolerance

Parameters: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.