Go to: Synopsis. Return value. Related.
Flags. MEL
examples.
circularFillet [-caching boolean] [-constructionHistory boolean]
[-curveOnSurface boolean]
[-name string] [-nodeState int] [-object boolean] [-positionTolerance float]
[-primaryRadius linear]
[-secondaryRadius linear]
[-tangentTolerance
float] [surface] [surface]
circularFillet is undoable, queryable, and editable.
The cmd is used to compute the rolling ball surface fillet (
circular fillet ) between two given NURBS surfaces. To generate
trim curves on the surfaces, use -cos true.
string[] |
Object name, node name. |
In query mode, return type is based on queried flag.
freeFormFillet
caching, constructionHistory, curveOnSurface, name, nodeState,
object, positionTolerance, primaryRadius, secondaryRadius, tangentTolerance
Flag can appear in Create mode of
command |
Flag can appear in Edit mode of command |
Flag can appear in Query mode of command |
Flag can be used more than once in a
command. |
circularFillet -ch true -pr -1.0 -sr 1.0 -cos false surface1 surface2 ;
circularFillet -ch false -pr -1.0 -sr 2.0 -cos true -pt 0.001 surface3 surface4 ;