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 } |
Enumeration of select type, don't use it until nx502 Created in NX5.0.2. More... | |
Public Member Functions | |
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. | |
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 nx8 Created in NX7.5.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. | |
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 | 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 nx8 Created in NX7.5.0. | |
void | SetSpecifyBlend (bool specifyBlend) |
Sets the flag of treating all input faces as blend, don't use it until nx8 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 nx8 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. |
Represents a builder for a delete face feature, don't use it until nx502.
To create a new instance of this class, use Features::FeatureCollection::CreateDeleteFaceBuilder
Default values.
Property | Value |
---|---|
CapOption |
FaceOrPlane |
Heal |
True |
HealPlanar |
False |
MaxHoleDiameter.Value |
5.0 (millimeters part), 0.2 (inches part) |
SpecifyBlend |
False |
UseHoleDiameter |
True |
Created in NX5.0.2.
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
Returns the new plane to be used as cap face.
Created in NX8.0.1.
License requirements : None
Returns the face collector holding the faces to delete, don't use it until nx502
Created in NX5.0.2.
License requirements : None
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
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 nx8
Created in NX7.5.0.
License requirements : None
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
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")
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")
capPlane | capplane |
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")
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 nx8
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
healPlanar | heal planar |
void NXOpen::Features::DeleteFaceBuilder::SetSpecifyBlend | ( | bool | specifyBlend | ) |
Sets the flag of treating all input faces as blend, don't use it until nx8
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
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")
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")
useHoleDiameter | the flag of use hole diameter |
Returns the flag of treating all input faces as blend, don't use it until nx8
Created in NX7.5.0.
License requirements : None
Returns the delete face type, don't use it until nx502
Created in NX5.0.2.
License requirements : None
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