NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::GeometricUtilities::RefitControlBuilder Class Reference

This class is used to specify the parameter set to refit faces
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::GeometricUtilities::RefitControlBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  RefitControlDirection { RefitControlDirectionUV, RefitControlDirectionU, RefitControlDirectionV }
 Refit direction. More...
 
enum  RefitControlMethod { RefitControlMethodKeepParameterization, RefitControlMethodDegreePatches, RefitControlMethodDegreeTolerance, RefitControlMethodPatchTolerance }
 Refit method. More...
 

Public Member Functions

NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilderDegreesAndSegmentsOrPatches ()
 Returns the refit degrees and segments or patches
Created in NX6.0.0. More...
 
NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlDirection RefitDirection ()
 Returns the refit direction
Created in NX6.0.0. More...
 
NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlMethod RefitMethod ()
 Returns the refit method
Created in NX6.0.0. More...
 
void SetRefitDirection (NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlDirection refitDirection)
 Sets the refit direction
Created in NX6.0.0. More...
 
void SetRefitMethod (NXOpen::GeometricUtilities::RefitControlBuilder::RefitControlMethod refitMethod)
 Sets the refit method
Created in NX6.0.0. More...
 
void SetTolerance (double tolerance)
 Sets the tolerance
Created in NX6.0.0. More...
 
double Tolerance ()
 Returns the tolerance
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class is used to specify the parameter set to refit faces
Created in NX6.0.0.


Member Enumeration Documentation

Refit direction.

Enumerator
RefitControlDirectionUV 

u and v

RefitControlDirectionU 

u

RefitControlDirectionV 

v

Refit method.

Enumerator
RefitControlMethodKeepParameterization 

Keep parameterization.

RefitControlMethodDegreePatches 

Degree and patches.

RefitControlMethodDegreeTolerance 

Degree and tolerance.

RefitControlMethodPatchTolerance 

Patch and tolerance.

Member Function Documentation

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")

Parameters
refitDirectionrefitdirection
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")

Parameters
refitMethodrefitmethod
void NXOpen::GeometricUtilities::RefitControlBuilder::SetTolerance ( double  tolerance)

Sets the tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
tolerancetolerance
double NXOpen::GeometricUtilities::RefitControlBuilder::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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.