Class PlungeMillingBuilder
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    
    
    
    
    PlungeMillingBuilder
  Inherited Members
      System.MarshalByRefObject.CreateObjRef(System.Type)
    
    
      System.MarshalByRefObject.GetLifetimeService()
    
    
      System.MarshalByRefObject.InitializeLifetimeService()
    
    
      System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class PlungeMillingBuilder : PlanarOperationBuilder, IMessageSink, IComponentBuilder
  Constructors
PlungeMillingBuilder()
Declaration
protected PlungeMillingBuilder()
  Properties
BlankGeometry
Declaration
public Geometry BlankGeometry { get; }
  Property Value
| Type | Description | 
|---|---|
| Geometry | 
CutLevel
Declaration
public CutLevel CutLevel { get; }
  Property Value
| Type | Description | 
|---|---|
| CutLevel | 
MaxCutWidth
Declaration
public InheritableToolDepBuilder MaxCutWidth { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableToolDepBuilder | 
MinClearance
Declaration
[Obsolete("Deprecated in NX8.0.0.  Use CAM.CutParameters.HolderClearance instead.")]
public InheritableDoubleBuilder MinClearance { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableDoubleBuilder | 
RetractAngle
Declaration
public InheritableDoubleBuilder RetractAngle { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableDoubleBuilder | 
StepAhead
Declaration
public InheritableToolDepBuilder StepAhead { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableToolDepBuilder | 
StepUp
Declaration
public StepUpBuilder StepUp { get; }
  Property Value
| Type | Description | 
|---|---|
| StepUpBuilder | 
TransferMethod
Declaration
public PlungeMillingBuilder.TransferMethodTypes TransferMethod { get; set; }
  Property Value
| Type | Description | 
|---|---|
| PlungeMillingBuilder.TransferMethodTypes | 
TrimBoundary
Declaration
public Boundary TrimBoundary { get; }
  Property Value
| Type | Description | 
|---|---|
| Boundary | 
VerticalClearance
Declaration
public InheritableDoubleBuilder VerticalClearance { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableDoubleBuilder | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink