Interface IGS_BlockGenerator
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("DE027C89-552F-42A9-95A7-F3B31DE96D73")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_BlockGenerator
   
  Properties
  
  BlockName
  
  
  Declaration
  
    string BlockName { get; set; }
   
  Property Value
  
  
  BlockParameter[string]
  
  
  Declaration
  
    string BlockParameter[string Param] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Param |  | 
    
  
  Property Value
  
  
  InsertPoint
  
  
  Declaration
  
    TST2DPoint InsertPoint { get; set; }
   
  Property Value
  
  
  Params
  
  
  Declaration
  
    string Params { get; set; }
   
  Property Value
  
  
  ResModel
  
  
  Declaration
  
    IGS_Model ResModel { get; set; }
   
  Property Value
  
  
  RotateAngle
  
  
  Declaration
  
    double RotateAngle { get; set; }
   
  Property Value
  
  
  RotatePoint
  
  
  Declaration
  
    TST2DPoint RotatePoint { get; set; }
   
  Property Value
  
  
  RotateRadius
  
  
  Declaration
  
    double RotateRadius { get; }
   
  Property Value
  
  Methods
  
  FillInspector(object)
  
  
  Declaration
  
    void FillInspector(object Insp)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | object | Insp |  | 
    
  
  
  GetClassName()
  
  
  Declaration
  
  Returns
  
  
  MoveGeometry(TST2DPoint)
  
  
  Declaration
  
    void MoveGeometry(TST2DPoint shift)
   
  Parameters
  
  
  Refresh()
  
  
  Declaration
  
  
  RotateGeometry(TST2DPoint, double)
  
  
  Declaration
  
    void RotateGeometry(TST2DPoint CenterPoint, double Angle)
   
  Parameters