Struct UFModl.BendOperationData
  
  
  
  
    Inherited Members
    
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public struct BendOperationData
   
  Fields
  
  
  
  baf
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  bend_edge
  
  
  Declaration
  
  Field Value
  
  
  
  bend_face
  
  
  Declaration
  
  Field Value
  
  
  
  operation_type
  
  
  Declaration
  
    public UFModl.BendOperationE operation_type
   
  Field Value
  
  
  
  parent_operation
  
  
  Declaration
  
    public Tag parent_operation
   
  Field Value
  
  
  
  target_angle
  
  
  Declaration
  
    public string target_angle
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  use_adjacent_bend_face
  
  
  Declaration
  
    public bool use_adjacent_bend_face
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  use_global_baf
  
  
  Declaration
  
    public bool use_global_baf
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |