Struct SetGroupBehavior
  
  
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public struct SetGroupBehavior
   
  Constructors
  
  
  
  
  SetGroupBehavior(SetGroupBehavior.Modes, Int32)
  
  
  Declaration
  
    public SetGroupBehavior(SetGroupBehavior.Modes mode, int id = 0)
   
  Parameters
  
  Properties
  
  
  
  
  AutoGenerate
  
  
  Declaration
  
    public static SetGroupBehavior AutoGenerate { get; }
   
  Property Value
  
  
  
  
  Ignore
  
  
  Declaration
  
    public static SetGroupBehavior Ignore { get; }
   
  Property Value
  
  Methods
  
  
  
  
  GetGroupID(DMesh3)
  
  
  Declaration
  
    public int GetGroupID(DMesh3 mesh)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | DMesh3 | 
        mesh | 
         | 
      
    
  
  Returns
  
  
  
  
  SetTo(Int32)
  
  
  Declaration
  
    public static SetGroupBehavior SetTo(int groupID)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        groupID | 
         | 
      
    
  
  Returns