filletCurve is undoable, queryable, and editable.
      The curve fillet command creates a fillet curve between two curves.
If no objects are specified in the command line, then the first two
active curves are used. The fillet created can be circular (with
a radius) or freeform (with a type of tangent or blend).
In query mode, return type is based on queried flag.
      
      
      
    
		
		  | Long name (short name) | Argument types | Properties | 
		
	
	  | -radius(-r) | linear |     | 
	
	  | 
	      
		|  | The radius if creating a circular fillet. Default: 1.0
 |  | 
	
	  | -depth(-d) | linear |     | 
	
	  | 
	      
		|  | Adjusts the depth of the fillet curve. Available only if blendControl is true. Default: 0.5
 |  | 
	
	  | -bias(-b) | linear |     | 
	
	  | 
	      
		|  | Adjusting the bias value causes the fillet curve to be skewed to one of the input curves. Available only if blendControl is true. Default: 0.0
 |  | 
	
	  | -curveParameter1(-cp1) | float |     | 
	
	  | 
	      
		|  | Parameter where fillet curve will contact the primary input curve. Default: 0.0
 |  | 
	
	  | -curveParameter2(-cp2) | float |     | 
	
	  | 
	      
		|  | Parameter where fillet curve will contact the secondary input curve. Default: 0.0
 |  | 
	
	  | -circular(-cir) | boolean |     | 
	
	  | 
	      
		|  | Curve fillet will be created as circular if true or freeform if false. Default: true
 |  | 
	
	  | -freeformBlend(-fb) | boolean |     | 
	
	  | 
	      
		|  | The freeform type is blend if true or tangent if false. Available if the fillet type is freeform. Default: false
 |  | 
	
	  | -blendControl(-bc) | boolean |     | 
	
	  | 
	      
		|  | If true then depth and bias can be controlled. Otherwise, depth and bias are not available options. Default: false
 |  | 
| Advanced flags | 
	
	  | -caching(-cch) | boolean |     | 
	
	  | 
	      
		|  | Modifies the node caching mode. See the node documentation for more information. Note: For advanced users only.
 |  | 
	
	  | -nodeState(-nds) | int |     | 
	
	  | 
	      
		|  | Modifies the node state. See the node documentation for more information. Note: For advanced users only.
 |  | 
| Common flags | 
	
	  | -name(-n) | string |   | 
	
	  | 
	      
		|  | Sets the name of the newly-created node. If it contains
namespace path, the new node will be created under the
specified namespace; if the namespace does not exist, it
will be created. |  | 
	
	  | -constructionHistory(-ch) | boolean |   | 
	
	  | 
	      
		|  | Turn the construction history on or off |  | 
	
	  | -object(-o) | boolean |   | 
	
	  | 
	      
		|  | Create the result, or just the dependency node |  | 
	
	  | -replaceOriginal(-rpo) | boolean |   | 
	
	  | 
	      
		|  | Create "in place" (i.e., replace) |  |