Class VolumeBased25DMillingOperationBuilder
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    
    
    
    
    
    VolumeBased25DMillingOperationBuilder
      
  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 VolumeBased25DMillingOperationBuilder : FaceMillingBuilder, IMessageSink, IComponentBuilder
  Constructors
VolumeBased25DMillingOperationBuilder()
Declaration
protected VolumeBased25DMillingOperationBuilder()
  Properties
BlankGeometry
Declaration
public Geometry BlankGeometry { get; }
  Property Value
| Type | Description | 
|---|---|
| Geometry | 
CutDepths
Declaration
public VolumeBased25DMillingOperationBuilder.CutDepthsType CutDepths { get; set; }
  Property Value
| Type | Description | 
|---|---|
| VolumeBased25DMillingOperationBuilder.CutDepthsType | 
ExtendWalls
Declaration
public bool ExtendWalls { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
FollowNonVerticalWalls
Declaration
public bool FollowNonVerticalWalls { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
TopOffset
Declaration
public InheritableToolDepBuilder TopOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableToolDepBuilder | 
UseCleanupPass
Declaration
public bool UseCleanupPass { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
UseExactPositioning
Declaration
public bool UseExactPositioning { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
WallBlankThickness
Declaration
public InheritableDoubleBuilder WallBlankThickness { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableDoubleBuilder | 
ZDepthOffset
Declaration
public InheritableDoubleBuilder ZDepthOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| InheritableDoubleBuilder | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink