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

List of all members.

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::SelectISurfaceCapFace ()
 Returns the face or plane to be used as cap face.
NXOpen::Features::DeleteFaceBuilder::CapOptionValues CapOption ()
 Returns the cap option.
NXOpen::PlaneCapPlane ()
 Returns the new plane to be used as cap face.
NXOpen::ScCollectorFaceCollector ()
 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::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.
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.

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


Member Enumeration Documentation

Represents the cap option values.

Enumerator:
CapOptionValuesFaceOrPlane 

face or plane.

CapOptionValuesNewPlane 

new plane.

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.


Member Function Documentation

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


Created in NX8.0.1.

License requirements : None

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

Sets the cap option.


Created in NX8.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
capOptioncapoption

Sets the new plane to be used as cap face.


Created in NX8.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
capPlanecapplane

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")

Parameters:
healheal

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")

Parameters:
healPlanarheal planar

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")

Parameters:
specifyBlendspecify blend

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



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
selectTypethe delete face type

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")

Parameters:
useHoleDiameterthe 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


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