Class PlanarMillingBuilder
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    
    
    
    
    PlanarMillingBuilder
      
  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 PlanarMillingBuilder : PlanarOperationBuilder, IMessageSink, IComponentBuilder
  Constructors
PlanarMillingBuilder()
Declaration
protected PlanarMillingBuilder()
  Properties
BlankBoundary
Declaration
public BoundaryPlanarMill BlankBoundary { get; }
  Property Value
| Type | Description | 
|---|---|
| BoundaryPlanarMill | 
CheckBoundary
Declaration
public BoundaryPlanarMill CheckBoundary { get; }
  Property Value
| Type | Description | 
|---|---|
| BoundaryPlanarMill | 
CutLevel
Declaration
public CutLevelPlanar CutLevel { get; }
  Property Value
| Type | Description | 
|---|---|
| CutLevelPlanar | 
DrivePoint
Declaration
public int DrivePoint { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MultiplePasses
Declaration
public MultiplePassesBuilder MultiplePasses { get; }
  Property Value
| Type | Description | 
|---|---|
| MultiplePassesBuilder | 
PartBoundary
Declaration
public BoundaryPlanarMill PartBoundary { get; }
  Property Value
| Type | Description | 
|---|---|
| BoundaryPlanarMill | 
Save2dIpw
Declaration
public bool Save2dIpw { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
TrimBoundary
Declaration
public BoundaryPlanarMill TrimBoundary { get; }
  Property Value
| Type | Description | 
|---|---|
| BoundaryPlanarMill | 
WallGeometry
Declaration
public Geometry WallGeometry { get; }
  Property Value
| Type | Description | 
|---|---|
| Geometry | 
ZdepthOffset
Declaration
public double ZdepthOffset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Methods
SetDrivePointSpecified(Boolean)
Declaration
public void SetDrivePointSpecified(bool drivePointSpecified)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | drivePointSpecified | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink