Class SplitSubopCommand
  
  
  
    Inheritance
    
    
    
    
    
    SplitSubopCommand
   
  
  
  
  Assembly: NXOpen.dll
  Syntax
  
    public class SplitSubopCommand : Builder, IMessageSink, IComponentBuilder
   
  Constructors
  
  SplitSubopCommand()
  
  
  Declaration
  
    protected SplitSubopCommand()
   
  Properties
  
  DividePlane
  
  
  Declaration
  
    public Plane DividePlane { get; set; }
   
  Property Value
  
  
  EndPoint
  
  
  Declaration
  
    public Point EndPoint { get; set; }
   
  Property Value
  
  
  LinePlaneType
  
  
  Declaration
  
    public SplitSubopCommand.LinePlaneTypes LinePlaneType { get; set; }
   
  Property Value
  
  
  RotateAngle
  
  
  Declaration
  
    public double RotateAngle { get; set; }
   
  Property Value
  
  
  StartPoint
  
  
  Declaration
  
    public Point StartPoint { get; set; }
   
  Property Value
  
  
  Type
  
  
  Declaration
  
    public SplitSubopCommand.Types Type { get; set; }
   
  Property Value
  
  Implements
  
      System.Runtime.Remoting.Messaging.IMessageSink