 Inquisit Language Reference
 Inquisit Language Reference
    shape attribute
    
    The shape attribute sets the shape rectangle, circle, triangle.
    
    
        
Syntax
        / shape = shapename
    
    
        Parameters
        
            
                
                    | Name | Type | Description | 
            
            
                
                
                    | shapename | shapeenum | | Value | Description | 
|---|
 | circle | An ellipse. |  | decagon | A decagon. |  | hexagon | A hexagon. |  | octagon | A octagon. |  | pentagon | A pentagon. |  | rectangle | A rectangle. |  | roundedrectangle | A rounded rectangle. |  | star5 | A 5 pointed star. |  | star6 | A 6 pointed star. |  | triangle | A triangle. | 
 | 
                
            
        
     
    
        Remarks
        The default shape is rectangle.
     
    
        
Examples