NX Open C++ Reference Guide
|
Represents a builder for a delete face feature, don't use it until nx502. More...
Public Types | |
enum | CapOptionValues { CapOptionValuesFaceOrPlane, CapOptionValuesNewPlane } |
Represents the cap option values. More... | |
enum | SelectTypes { SelectTypesFace, SelectTypesHole, SelectTypesBlend } |
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::ScCollector * | BlendCollector () |
Returns the blend collector holding the blends to delete Created in NX9.0.0. | |
NXOpen::SelectISurface * | CapFace () |
Returns the face or plane to be used as cap face. | |
NXOpen::Features::DeleteFaceBuilder::CapOptionValues | CapOption () |
Returns the cap option. | |
NXOpen::Plane * | CapPlane () |
Returns the new plane to be used as cap face. | |
bool | DeletePartialBlend () |
Returns the flag indicating whether to delete the partial blend or not. | |
NXOpen::ScCollector * | FaceCollector () |
Returns the face collector holding the faces to delete, don't use it until nx502 Created in NX5.0.2. | |
bool | Heal () |
Returns the flag specifying whether to heal the body while deleting its face. | |
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. | |
NXOpen::Expression * | MaxBlendRadius () |
Returns the maximal radius of deleted blends, only for delete blend type Created in NX9.0.0. | |
NXOpen::Expression * | 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. | |
NXOpen::Features::DeleteFaceBuilder::SetbackOptions | Setback () |
Returns the set back options. | |
void | SetCapOption (NXOpen::Features::DeleteFaceBuilder::CapOptionValues capOption) |
Sets the cap option. | |
void | SetCapPlane (NXOpen::Plane *capPlane) |
Sets the new plane to be used as cap face. | |
void | SetDeletePartialBlend (bool deletePartialBlend) |
Sets the flag indicating whether to delete the partial blend or not. | |
void | SetHeal (bool heal) |
Sets the flag specifying whether to heal the body while deleting its face. | |
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. | |
void | SetSetback (NXOpen::Features::DeleteFaceBuilder::SetbackOptions setback) |
Sets the set back options. | |
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. | |
void | SetType (NXOpen::Features::DeleteFaceBuilder::SelectTypes selectType) |
Sets the delete face type, don't use it until nx502 Created in NX5.0.2. | |
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. | |
bool | SpecifyBlend () |
Returns the flag of treating all input faces as blend, don't use it until further notification Created in NX7.5.0. | |
NXOpen::Features::DeleteFaceBuilder::SelectTypes | Type () |
Returns the delete face type, don't use it until nx502 Created in NX5.0.2. | |
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. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
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. | |
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. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a builder for a delete face feature, don't use it until nx502.
<br> To create a new instance of this class, use @link Features::FeatureCollection::CreateDeleteFaceBuilder Features::FeatureCollection::CreateDeleteFaceBuilder @endlink <br>
Default values.
Property | Value |
---|---|
CapOption |
FaceOrPlane |
DeletePartialBlend |
False |
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.
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
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")
capOption | capoption |
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")
capPlane | capplane |
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")
deletePartialBlend | deletepartialblend |
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")
heal | heal |
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")
healPlanar | heal 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")
setback | setback |
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")
specifyBlend | specify 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")
selectType | the 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")
useHoleDiameter | the 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