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

Represents a NXOpen::Features::RefitFace builder
To create a new instance of this class, use NXOpen::Features::FeatureCollection::CreateRefitFaceBuilder
Default values. More...

Inheritance diagram for NXOpen::Features::RefitFaceBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types { TypesRefit, TypesFitToTarget }
 the type of face refit More...
 

Public Member Functions

NXOpen::GeometricUtilities::ContinuityConstraintUMax ()
 Returns the refit face Umax constraint
Created in NX6.0.0. More...
 
NXOpen::GeometricUtilities::ContinuityConstraintUMin ()
 Returns the refit face Umin constraint
Created in NX6.0.0. More...
 
NXOpen::GeometricUtilities::ContinuityConstraintVMax ()
 Returns the refit face Vmax constraint
Created in NX6.0.0. More...
 
NXOpen::GeometricUtilities::ContinuityConstraintVMin ()
 Returns the refit face Vmin constraint
Created in NX6.0.0. More...
 
NXOpen::SelectTaggedObjectFace ()
 Returns the refitting face
Created in NX6.0.0. More...
 
NXOpen::DirectionFitDirection ()
 Returns the refit face fit direction
Created in NX6.0.0. More...
 
bool HasFitDirection ()
 Returns a flag that shows refit face direction in use
Created in NX6.0.0. More...
 
bool IsCreateCopy ()
 Returns the new copy of match edge surface
Created in NX6.0.1. More...
 
double MaxCheckingDist ()
 Returns the refit face max check distance
Created in NX6.0.0. More...
 
int ModificationPercent ()
 Returns the refit face modification percentage
Created in NX6.0.0. More...
 
NXOpen::GeometricUtilities::RefitControlBuilderRefitControl ()
 Returns the refit control parameters - type, degree, patches, direction, tolerance
Created in NX6.0.0. More...
 
void SetCreateCopy (bool createCopy)
 Sets the new copy of match edge surface
Created in NX6.0.1. More...
 
void SetFitDirection (NXOpen::Direction *fitDir)
 Sets the refit face fit direction
Created in NX6.0.0. More...
 
void SetHasFitDirection (bool hasFitDir)
 Sets a flag that shows refit face direction in use
Created in NX6.0.0. More...
 
void SetMaxCheckingDist (double maxChckDst)
 Sets the refit face max check distance
Created in NX6.0.0. More...
 
void SetModificationPercent (int modPercent)
 Sets the refit face modification percentage
Created in NX6.0.0. More...
 
void SetSmoothFactor (int refitFaceSmoothFac)
 Sets the refit face smoothing factor
Created in NX6.0.0. More...
 
void SetType (NXOpen::Features::RefitFaceBuilder::Types type)
 Sets the refit type
Created in NX6.0.0. More...
 
void SetUseConstraintsAll (bool constrAll)
 Sets the refit face constraints use flag
Created in NX6.0.0. More...
 
int SmoothFactor ()
 Returns the refit face smoothing factor
Created in NX6.0.0. More...
 
NXOpen::SelectTaggedObjectListTargets ()
 Returns the list of targets. More...
 
NXOpen::Features::RefitFaceBuilder::Types Type ()
 Returns the refit type
Created in NX6.0.0. More...
 
bool UseConstraintsAll ()
 Returns the refit face constraints use flag
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited
Created in NX6.0.0. More...
 
void SetParentFeatureInternal (bool isInternal)
 Sets whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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

Represents a NXOpen::Features::RefitFace builder
To create a new instance of this class, use NXOpen::Features::FeatureCollection::CreateRefitFaceBuilder
Default values.

Property Value

RefitControl.DegreesAndSegmentsOrPatches.Degree

3

RefitControl.DegreesAndSegmentsOrPatches.SegmentsOrPatches

1

RefitControl.DegreesAndSegmentsOrPatches.UDegree

5

RefitControl.DegreesAndSegmentsOrPatches.UPatches

1

RefitControl.DegreesAndSegmentsOrPatches.VDegree

5

RefitControl.DegreesAndSegmentsOrPatches.VPatches

1


Created in NX6.0.0.

Member Enumeration Documentation

the type of face refit

Enumerator
TypesRefit 

refit face

TypesFitToTarget 

refit face to target

Member Function Documentation

NXOpen::GeometricUtilities::Continuity* NXOpen::Features::RefitFaceBuilder::ConstraintUMax ( )

Returns the refit face Umax constraint
Created in NX6.0.0.



License requirements : None

NXOpen::GeometricUtilities::Continuity* NXOpen::Features::RefitFaceBuilder::ConstraintUMin ( )

Returns the refit face Umin constraint
Created in NX6.0.0.



License requirements : None

NXOpen::GeometricUtilities::Continuity* NXOpen::Features::RefitFaceBuilder::ConstraintVMax ( )

Returns the refit face Vmax constraint
Created in NX6.0.0.



License requirements : None

NXOpen::GeometricUtilities::Continuity* NXOpen::Features::RefitFaceBuilder::ConstraintVMin ( )

Returns the refit face Vmin constraint
Created in NX6.0.0.



License requirements : None

NXOpen::SelectTaggedObject* NXOpen::Features::RefitFaceBuilder::Face ( )

Returns the refitting face
Created in NX6.0.0.



License requirements : None

NXOpen::Direction* NXOpen::Features::RefitFaceBuilder::FitDirection ( )

Returns the refit face fit direction
Created in NX6.0.0.



License requirements : None

bool NXOpen::Features::RefitFaceBuilder::HasFitDirection ( )

Returns a flag that shows refit face direction in use
Created in NX6.0.0.



License requirements : None

bool NXOpen::Features::RefitFaceBuilder::IsCreateCopy ( )

Returns the new copy of match edge surface
Created in NX6.0.1.



License requirements : features_modeling ("FEATURES MODELING")

double NXOpen::Features::RefitFaceBuilder::MaxCheckingDist ( )

Returns the refit face max check distance
Created in NX6.0.0.



License requirements : None

int NXOpen::Features::RefitFaceBuilder::ModificationPercent ( )

Returns the refit face modification percentage
Created in NX6.0.0.



License requirements : None

NXOpen::GeometricUtilities::RefitControlBuilder* NXOpen::Features::RefitFaceBuilder::RefitControl ( )

Returns the refit control parameters - type, degree, patches, direction, tolerance
Created in NX6.0.0.



License requirements : None

void NXOpen::Features::RefitFaceBuilder::SetCreateCopy ( bool  createCopy)

Sets the new copy of match edge surface
Created in NX6.0.1.



License requirements : features_modeling ("FEATURES MODELING")

Parameters
createCopycreatecopy
void NXOpen::Features::RefitFaceBuilder::SetFitDirection ( NXOpen::Direction fitDir)

Sets the refit face fit direction
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
fitDirfitdir
void NXOpen::Features::RefitFaceBuilder::SetHasFitDirection ( bool  hasFitDir)

Sets a flag that shows refit face direction in use
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
hasFitDirhasfitdir
void NXOpen::Features::RefitFaceBuilder::SetMaxCheckingDist ( double  maxChckDst)

Sets the refit face max check distance
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
maxChckDstmaxchckdst
void NXOpen::Features::RefitFaceBuilder::SetModificationPercent ( int  modPercent)

Sets the refit face modification percentage
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
modPercentmodpercent
void NXOpen::Features::RefitFaceBuilder::SetSmoothFactor ( int  refitFaceSmoothFac)

Sets the refit face smoothing factor
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
refitFaceSmoothFacrefitfacesmoothfac
void NXOpen::Features::RefitFaceBuilder::SetType ( NXOpen::Features::RefitFaceBuilder::Types  type)

Sets the refit type
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
typetype
void NXOpen::Features::RefitFaceBuilder::SetUseConstraintsAll ( bool  constrAll)

Sets the refit face constraints use flag
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
constrAllconstrall
int NXOpen::Features::RefitFaceBuilder::SmoothFactor ( )

Returns the refit face smoothing factor
Created in NX6.0.0.



License requirements : None

NXOpen::SelectTaggedObjectList* NXOpen::Features::RefitFaceBuilder::Targets ( )

Returns the list of targets.

Inputs to this command can be convergent objects.
Created in NX6.0.0.

License requirements : None

NXOpen::Features::RefitFaceBuilder::Types NXOpen::Features::RefitFaceBuilder::Type ( )

Returns the refit type
Created in NX6.0.0.



License requirements : None

bool NXOpen::Features::RefitFaceBuilder::UseConstraintsAll ( )

Returns the refit face constraints use flag
Created in NX6.0.0.



License requirements : None


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