NX Open C++ Reference Guide
Public Types | Public Member Functions
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

List of all members.

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

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

Returns the refit degrees and segments or patches
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the refit direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the refit method
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Sets the refit direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
refitDirectionrefitdirection

Sets the refit method
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
refitMethodrefitmethod

Sets the tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
tolerancetolerance

Returns the tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.