NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CapOptionValues { FaceOrPlane, NewPlane }
 Represents the cap option values. More...
 
enum  FaceEdgeBlendPreferenceOptions { Notch, Cliff }
 Represents the face edge blend preference options. More...
 
enum  SelectTypes { Face, Hole, Blend, FaceEdgeBlend }
 Enumeration of select type, don't use it until nx502 More...
 
enum  SetbackOptions { SelectedBlend, NeighborBlend }
 Represents the set back options. More...
 

Public Member Functions

unsafe void DeleteFaceOnMultibodies ()
 Delete face on multibodies More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.ScCollector BlendCollector [get]
 Returns the blend collector holding the blends to delete More...
 
unsafe NXOpen.SelectISurface CapFace [get]
 Returns the face or plane to be used as cap face. More...
 
unsafe
NXOpen.Features.DeleteFaceBuilder.CapOptionValues 
CapOption [get, set]
 Returns or sets the cap option. More...
 
unsafe NXOpen.Plane CapPlane [get, set]
 Returns or sets the new plane to be used as cap face. More...
 
unsafe bool DeletePartialBlend [get, set]
 Returns or sets the flag indicating whether to delete the partial blend or not. More...
 
unsafe NXOpen.ScCollector FaceCollector [get]
 Returns the face collector holding the faces to delete, don't use it until nx502 More...
 
unsafe
NXOpen.Features.DeleteFaceBuilder.FaceEdgeBlendPreferenceOptions 
FaceEdgeBlendPreference [get, set]
 Returns or sets the preference option indicating wether to delete undetermined blend chain as notch chain or as cliff chain More...
 
unsafe bool Heal [get, set]
 Returns or sets the flag specifying whether to heal the body while deleting its face. More...
 
unsafe bool HealPlanar [get, set]
 Returns or 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 More...
 
unsafe NXOpen.Expression MaxBlendRadius [get]
 Returns the maximal radius of deleted blends, only for delete blend type More...
 
unsafe NXOpen.Expression MaxHoleDiameter [get]
 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 More...
 
unsafe
NXOpen.Features.DeleteFaceBuilder.SetbackOptions 
Setback [get, set]
 Returns or sets the set back options. More...
 
unsafe bool SpecifyBlend [get, set]
 Returns or sets the flag of treating all input faces as blend, don't use it until further notification More...
 
unsafe
NXOpen.Features.DeleteFaceBuilder.SelectTypes 
Type [get, set]
 Returns or sets the delete face type, don't use it until nx502 More...
 
unsafe bool UseHoleDiameter [get, set]
 Returns or 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 More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
FaceOrPlane 

face or plane.

NewPlane 

new plane.

Represents the face edge blend preference options.

Enumerator
Notch 

Delete as notch blend.

Cliff 

Delete as cliff blend.

Enumeration of select type, don't use it until nx502

Enumerator
Face 

This stands for delete face type.

Hole 

This stands for delete hole type.

Blend 

This stands for delete blend type.

FaceEdgeBlend 

This stands for delete notch blend type.

Represents the set back options.

Enumerator
SelectedBlend 

Cap by setback along the selected blend.

NeighborBlend 

Cap by setback along the neighbor of the selected blend.

Member Function Documentation

unsafe void NXOpen.Features.DeleteFaceBuilder.DeleteFaceOnMultibodies ( )
inline

Delete face on multibodies

Created in NX1847.0.0

License requirements: None.

Property Documentation

unsafe NXOpen.ScCollector NXOpen.Features.DeleteFaceBuilder.BlendCollector
get

Returns the blend collector holding the blends to delete

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectISurface NXOpen.Features.DeleteFaceBuilder.CapFace
get

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

Created in NX8.0.1

License requirements: None.

unsafe NXOpen.Features.DeleteFaceBuilder.CapOptionValues NXOpen.Features.DeleteFaceBuilder.CapOption
getset

Returns or sets the cap option.

Created in NX8.0.1

License requirements to get this property: None.

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

unsafe NXOpen.Plane NXOpen.Features.DeleteFaceBuilder.CapPlane
getset

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

Created in NX8.0.1

License requirements to get this property: None.

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

unsafe bool NXOpen.Features.DeleteFaceBuilder.DeletePartialBlend
getset

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

Created in NX8.5.0

License requirements to get this property: None.

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

unsafe NXOpen.ScCollector NXOpen.Features.DeleteFaceBuilder.FaceCollector
get

Returns the face collector holding the faces to delete, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Features.DeleteFaceBuilder.FaceEdgeBlendPreferenceOptions NXOpen.Features.DeleteFaceBuilder.FaceEdgeBlendPreference
getset

Returns or 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 to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")

unsafe bool NXOpen.Features.DeleteFaceBuilder.Heal
getset

Returns or 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 to get this property: None.

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

unsafe bool NXOpen.Features.DeleteFaceBuilder.HealPlanar
getset

Returns or 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 to get this property: None.

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

unsafe NXOpen.Expression NXOpen.Features.DeleteFaceBuilder.MaxBlendRadius
get

Returns the maximal radius of deleted blends, only for delete blend type

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.DeleteFaceBuilder.MaxHoleDiameter
get

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.

unsafe NXOpen.Features.DeleteFaceBuilder.SetbackOptions NXOpen.Features.DeleteFaceBuilder.Setback
getset

Returns or sets the set back options.

Created in NX8.5.0

License requirements to get this property: None.

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

unsafe bool NXOpen.Features.DeleteFaceBuilder.SpecifyBlend
getset

Returns or sets the flag of treating all input faces as blend, don't use it until further notification

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe NXOpen.Features.DeleteFaceBuilder.SelectTypes NXOpen.Features.DeleteFaceBuilder.Type
getset

Returns or sets the delete face type, don't use it until nx502

Created in NX5.0.2

License requirements to get this property: None.

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

unsafe bool NXOpen.Features.DeleteFaceBuilder.UseHoleDiameter
getset

Returns or 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 to get this property: None.

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


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