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

Represents a builder for a delete face feature, don't use it until nx502. More...

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

Public Types

enum  CapOptionValues { CapOptionValuesFaceOrPlane, CapOptionValuesNewPlane }
 Represents the cap option values. More...
 
enum  FaceEdgeBlendPreferenceOptions { FaceEdgeBlendPreferenceOptionsNotch, FaceEdgeBlendPreferenceOptionsCliff }
 Represents the face edge blend preference options. More...
 
enum  SelectTypes { SelectTypesFace, SelectTypesHole, SelectTypesBlend, SelectTypesFaceEdgeBlend }
 Enumeration of select type, don't use it until nx502
Created in NX5.0.2. More...
 
enum  SetbackOptions { SetbackOptionsSelectedBlend, SetbackOptionsNeighborBlend }
 Represents the set back options. More...
 

Public Member Functions

NXOpen::ScCollectorBlendCollector ()
 Returns the blend collector holding the blends to delete
Created in NX9.0.0. More...
 
NXOpen::SelectISurfaceCapFace ()
 Returns the face or plane to be used as cap face. More...
 
NXOpen::Features::DeleteFaceBuilder::CapOptionValues CapOption ()
 Returns the cap option. More...
 
NXOpen::PlaneCapPlane ()
 Returns the new plane to be used as cap face. More...
 
bool DeletePartialBlend ()
 Returns the flag indicating whether to delete the partial blend or not. More...
 
NXOpen::ScCollectorFaceCollector ()
 Returns the face collector holding the faces to delete, don't use it until nx502
Created in NX5.0.2. More...
 
NXOpen::Features::DeleteFaceBuilder::FaceEdgeBlendPreferenceOptions FaceEdgeBlendPreference ()
 Returns the preference option indicating wether to delete undetermined blend chain as notch chain or as cliff chain
Created in NX10.0.0. More...
 
bool Heal ()
 Returns the flag specifying whether to heal the body while deleting its face. More...
 
bool HealPlanar ()
 Returns the flag of finding a plane in which all edges of a hole lie and attach this to a face covering the hole during heal hole process, don't use it until further notification
Created in NX7.5.0. More...
 
NXOpen::ExpressionMaxBlendRadius ()
 Returns the maximal radius of deleted blends, only for delete blend type
Created in NX9.0.0. More...
 
NXOpen::ExpressionMaxHoleDiameter ()
 Returns the maximal diameter of deleted holes, only for delete hole type and only working when use_hole_diameter is true, don't use it until nx502
Created in NX5.0.2. More...
 
NXOpen::Features::DeleteFaceBuilder::SetbackOptions Setback ()
 Returns the set back options. More...
 
void SetCapOption (NXOpen::Features::DeleteFaceBuilder::CapOptionValues capOption)
 Sets the cap option. More...
 
void SetCapPlane (NXOpen::Plane *capPlane)
 Sets the new plane to be used as cap face. More...
 
void SetDeletePartialBlend (bool deletePartialBlend)
 Sets the flag indicating whether to delete the partial blend or not. More...
 
void SetFaceEdgeBlendPreference (NXOpen::Features::DeleteFaceBuilder::FaceEdgeBlendPreferenceOptions faceEdgeBlendPreference)
 Sets the preference option indicating wether to delete undetermined blend chain as notch chain or as cliff chain
Created in NX10.0.0. More...
 
void SetHeal (bool heal)
 Sets the flag specifying whether to heal the body while deleting its face. More...
 
void SetHealPlanar (bool healPlanar)
 Sets the flag of finding a plane in which all edges of a hole lie and attach this to a face covering the hole during heal hole process, don't use it until further notification
Created in NX7.5.0. More...
 
void SetSetback (NXOpen::Features::DeleteFaceBuilder::SetbackOptions setback)
 Sets the set back options. More...
 
void SetSpecifyBlend (bool specifyBlend)
 Sets the flag of treating all input faces as blend, don't use it until further notification
Created in NX7.5.0. More...
 
void SetType (NXOpen::Features::DeleteFaceBuilder::SelectTypes selectType)
 Sets the delete face type, don't use it until nx502
Created in NX5.0.2. More...
 
void SetUseHoleDiameter (bool useHoleDiameter)
 Sets the flag of using hole diameter to filter hole or not, only for delete hole type and the max hole diameter should be set if it is true, don't use it until nx502
Created in NX5.0.2. More...
 
bool SpecifyBlend ()
 Returns the flag of treating all input faces as blend, don't use it until further notification
Created in NX7.5.0. More...
 
NXOpen::Features::DeleteFaceBuilder::SelectTypes Type ()
 Returns the delete face type, don't use it until nx502
Created in NX5.0.2. More...
 
bool UseHoleDiameter ()
 Returns the flag of using hole diameter to filter hole or not, only for delete hole type and the max hole diameter should be set if it is true, don't use it until nx502
Created in NX5.0.2. 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 builder for a delete face feature, don't use it until nx502.


To create a new instance of this class, use NXOpen::Features::FeatureCollection::CreateDeleteFaceBuilder
Default values.

Property Value

CapOption

FaceOrPlane

DeletePartialBlend

False

FaceEdgeBlendPreference

Cliff

Heal

True

HealPlanar

False

MaxBlendRadius.Value

5.0 (millimeters part), 0.2 (inches part)

MaxHoleDiameter.Value

5.0 (millimeters part), 0.2 (inches part)

Setback

SelectedBlend

SpecifyBlend

False

UseHoleDiameter

True


Created in NX5.0.2.

Member Enumeration Documentation

Represents the cap option values.

Enumerator
CapOptionValuesFaceOrPlane 

face or plane.

CapOptionValuesNewPlane 

new plane.

Represents the face edge blend preference options.

Enumerator
FaceEdgeBlendPreferenceOptionsNotch 

Delete as notch blend.

FaceEdgeBlendPreferenceOptionsCliff 

Delete as cliff blend.

Enumeration of select type, don't use it until nx502
Created in NX5.0.2.


Enumerator
SelectTypesFace 

This stands for delete face type.

SelectTypesHole 

This stands for delete hole type.

SelectTypesBlend 

This stands for delete blend type.

SelectTypesFaceEdgeBlend 

This stands for delete notch blend type.

Represents the set back options.

Enumerator
SetbackOptionsSelectedBlend 

Cap by setback along the selected blend.

SetbackOptionsNeighborBlend 

Cap by setback along the neighbor of the selected blend.

Member Function Documentation

NXOpen::ScCollector* NXOpen::Features::DeleteFaceBuilder::BlendCollector ( )

Returns the blend collector holding the blends to delete
Created in NX9.0.0.



License requirements : None

NXOpen::SelectISurface* NXOpen::Features::DeleteFaceBuilder::CapFace ( )

Returns the face or plane to be used as cap face.


Created in NX8.0.1.

License requirements : None

NXOpen::Features::DeleteFaceBuilder::CapOptionValues NXOpen::Features::DeleteFaceBuilder::CapOption ( )

Returns the cap option.


Created in NX8.0.1.

License requirements : None

NXOpen::Plane* NXOpen::Features::DeleteFaceBuilder::CapPlane ( )

Returns the new plane to be used as cap face.


Created in NX8.0.1.

License requirements : None

bool NXOpen::Features::DeleteFaceBuilder::DeletePartialBlend ( )

Returns the flag indicating whether to delete the partial blend or not.


Created in NX8.5.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Features::DeleteFaceBuilder::FaceCollector ( )

Returns the face collector holding the faces to delete, don't use it until nx502
Created in NX5.0.2.



License requirements : None

NXOpen::Features::DeleteFaceBuilder::FaceEdgeBlendPreferenceOptions NXOpen::Features::DeleteFaceBuilder::FaceEdgeBlendPreference ( )

Returns the preference option indicating wether to delete undetermined blend chain as notch chain or as cliff chain
Created in NX10.0.0.



License requirements : None

bool NXOpen::Features::DeleteFaceBuilder::Heal ( )

Returns the flag specifying whether to heal the body while deleting its face.

If True, body is healed, else it is not.
Created in NX8.0.0.

License requirements : None

bool NXOpen::Features::DeleteFaceBuilder::HealPlanar ( )

Returns the flag of finding a plane in which all edges of a hole lie and attach this to a face covering the hole during heal hole process, don't use it until further notification
Created in NX7.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::DeleteFaceBuilder::MaxBlendRadius ( )

Returns the maximal radius of deleted blends, only for delete blend type
Created in NX9.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::DeleteFaceBuilder::MaxHoleDiameter ( )

Returns the maximal diameter of deleted holes, only for delete hole type and only working when use_hole_diameter is true, don't use it until nx502
Created in NX5.0.2.



License requirements : None

NXOpen::Features::DeleteFaceBuilder::SetbackOptions NXOpen::Features::DeleteFaceBuilder::Setback ( )

Returns the set back options.


Created in NX8.5.0.

License requirements : None

void NXOpen::Features::DeleteFaceBuilder::SetCapOption ( NXOpen::Features::DeleteFaceBuilder::CapOptionValues  capOption)

Sets the cap option.


Created in NX8.0.1.

License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
capOptioncapoption
void NXOpen::Features::DeleteFaceBuilder::SetCapPlane ( NXOpen::Plane capPlane)

Sets the new plane to be used as cap face.


Created in NX8.0.1.

License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
capPlanecapplane
void NXOpen::Features::DeleteFaceBuilder::SetDeletePartialBlend ( bool  deletePartialBlend)

Sets the flag indicating whether to delete the partial blend or not.


Created in NX8.5.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
deletePartialBlenddeletepartialblend
void NXOpen::Features::DeleteFaceBuilder::SetFaceEdgeBlendPreference ( NXOpen::Features::DeleteFaceBuilder::FaceEdgeBlendPreferenceOptions  faceEdgeBlendPreference)

Sets the preference option indicating wether to delete undetermined blend chain as notch chain or as cliff chain
Created in NX10.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")

Parameters
faceEdgeBlendPreferencefaceedgeblendpreference
void NXOpen::Features::DeleteFaceBuilder::SetHeal ( bool  heal)

Sets the flag specifying whether to heal the body while deleting its face.

If True, body is healed, else it is not.
Created in NX8.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
healheal
void NXOpen::Features::DeleteFaceBuilder::SetHealPlanar ( bool  healPlanar)

Sets the flag of finding a plane in which all edges of a hole lie and attach this to a face covering the hole during heal hole process, don't use it until further notification
Created in NX7.5.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
healPlanarheal planar
void NXOpen::Features::DeleteFaceBuilder::SetSetback ( NXOpen::Features::DeleteFaceBuilder::SetbackOptions  setback)

Sets the set back options.


Created in NX8.5.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
setbacksetback
void NXOpen::Features::DeleteFaceBuilder::SetSpecifyBlend ( bool  specifyBlend)

Sets the flag of treating all input faces as blend, don't use it until further notification
Created in NX7.5.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
specifyBlendspecify blend
void NXOpen::Features::DeleteFaceBuilder::SetType ( NXOpen::Features::DeleteFaceBuilder::SelectTypes  selectType)

Sets the delete face type, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
selectTypethe delete face type
void NXOpen::Features::DeleteFaceBuilder::SetUseHoleDiameter ( bool  useHoleDiameter)

Sets the flag of using hole diameter to filter hole or not, only for delete hole type and the max hole diameter should be set if it is true, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
useHoleDiameterthe flag of use hole diameter
bool NXOpen::Features::DeleteFaceBuilder::SpecifyBlend ( )

Returns the flag of treating all input faces as blend, don't use it until further notification
Created in NX7.5.0.



License requirements : None

NXOpen::Features::DeleteFaceBuilder::SelectTypes NXOpen::Features::DeleteFaceBuilder::Type ( )

Returns the delete face type, don't use it until nx502
Created in NX5.0.2.



License requirements : None

bool NXOpen::Features::DeleteFaceBuilder::UseHoleDiameter ( )

Returns the flag of using hole diameter to filter hole or not, only for delete hole type and the max hole diameter should be set if it is true, don't use it until nx502
Created in NX5.0.2.



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.