Class ResizeHoleBuilder
  
  
  
    Inheritance
    
    
    
    
    
    
    
    ResizeHoleBuilder
   
  
  
  
  Assembly: NXOpen.dll
  Syntax
  
    public class ResizeHoleBuilder : AdmBaseBuilder, IMessageSink, IComponentBuilder
   
  Constructors
  
  ResizeHoleBuilder()
  
  
  Declaration
  
    protected ResizeHoleBuilder()
   
  Properties
  
  ApplyCounterSunkRelief
  
  
  Declaration
  
    public bool ApplyCounterSunkRelief { get; set; }
   
  Property Value
  
  
  ApplyThreadedRelief
  
  
  Declaration
  
    public bool ApplyThreadedRelief { get; set; }
   
  Property Value
  
  
  CounterBoreDepth
  
  
  Declaration
  
    public Expression CounterBoreDepth { get; }
   
  Property Value
  
  
  CounterBoreDiameter
  
  
  Declaration
  
    public Expression CounterBoreDiameter { get; }
   
  Property Value
  
  
  CounterSinkAngle
  
  
  Declaration
  
    public Expression CounterSinkAngle { get; }
   
  Property Value
  
  
  CounterSinkDiameter
  
  
  Declaration
  
    public Expression CounterSinkDiameter { get; }
   
  Property Value
  
  
  CountersunkReliefDepth
  
  
  Declaration
  
    public Expression CountersunkReliefDepth { get; }
   
  Property Value
  
  
  DepthLimitation
  
  
  Declaration
  
    public ResizeHoleBuilder.DepthLimit DepthLimitation { get; set; }
   
  Property Value
  
  
  DepthOption
  
  
  Declaration
  
    public ResizeHoleBuilder.DepthTo DepthOption { get; set; }
   
  Property Value
  
  
  EntryChamfer
  
  
  Declaration
  
    public bool EntryChamfer { get; set; }
   
  Property Value
  
  
  EntryChamferAngle
  
  
  Declaration
  
    public Expression EntryChamferAngle { get; }
   
  Property Value
  
  
  EntryChamferOffset
  
  
  Declaration
  
    public Expression EntryChamferOffset { get; }
   
  Property Value
  
  
  ExitChamfer
  
  
  Declaration
  
    public bool ExitChamfer { get; set; }
   
  Property Value
  
  
  ExitChamferAngle
  
  
  Declaration
  
    public Expression ExitChamferAngle { get; }
   
  Property Value
  
  
  ExitChamferOffset
  
  
  Declaration
  
    public Expression ExitChamferOffset { get; }
   
  Property Value
  
  
  FaceToChange
  
  
  Declaration
  
    public FaceRecognitionBuilder FaceToChange { get; }
   
  Property Value
  
  
  HoleDepth
  
  
  Declaration
  
    public Expression HoleDepth { get; }
   
  Property Value
  
  
  HoleDiameter
  
  
  Declaration
  
    public Expression HoleDiameter { get; }
   
  Property Value
  
  
  HoleFaces
  
  
  Declaration
  
    public ScCollector HoleFaces { get; }
   
  Property Value
  
  
  HoleType
  
  
  Declaration
  
    public ResizeHoleBuilder.Type HoleType { get; set; }
   
  Property Value
  
  
  NeckChamfer
  
  
  Declaration
  
    public bool NeckChamfer { get; set; }
   
  Property Value
  
  
  NeckChamferAngle
  
  
  Declaration
  
    public Expression NeckChamferAngle { get; }
   
  Property Value
  
  
  NeckChamferOffset
  
  
  Declaration
  
    public Expression NeckChamferOffset { get; }
   
  Property Value
  
  
  TapDrillDiameter
  
  
  Declaration
  
    public Expression TapDrillDiameter { get; }
   
  Property Value
  
  
  TaperAngle
  
  
  Declaration
  
    public Expression TaperAngle { get; }
   
  Property Value
  
  
  ThreadDepth
  
  
  Declaration
  
    public Expression ThreadDepth { get; }
   
  Property Value
  
  
  ThreadHoleDiameter
  
  
  Declaration
  
    public Expression ThreadHoleDiameter { get; }
   
  Property Value
  
  
  ThreadSize
  
  
  Declaration
  
    public string ThreadSize { get; set; }
   
  Property Value
  
  
  ThreadStandard
  
  
  Declaration
  
    public string ThreadStandard { get; set; }
   
  Property Value
  
  
  ThreadedReliefAngle
  
  
  Declaration
  
    public Expression ThreadedReliefAngle { get; }
   
  Property Value
  
  
  ThreadedReliefDepth
  
  
  Declaration
  
    public Expression ThreadedReliefDepth { get; }
   
  Property Value
  
  
  ThreadedReliefDiameter
  
  
  Declaration
  
    public Expression ThreadedReliefDiameter { get; }
   
  Property Value
  
  
  TipAngle
  
  
  Declaration
  
    public Expression TipAngle { get; }
   
  Property Value
  
  Methods
  
  AddFlipHoleFace(Face)
  
  
  Declaration
  
    public void AddFlipHoleFace(Face face)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Face | 
        face | 
         | 
      
    
  
  
  RemoveFlipHoleFace(Face)
  
  
  Declaration
  
    public void RemoveFlipHoleFace(Face face)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Face | 
        face | 
         | 
      
    
  
  Implements
  
      System.Runtime.Remoting.Messaging.IMessageSink