Difference between revisions of "MGED CMD rcc-blend"

From BRL-CAD
(New page: Category:MGED =rcc-blend= __TOC__ ==Syntax== :rcc-blend rccname newname thickness [b|t] ==Argument(s)== : '''rccname''' :: RCC shape to be 'blended' : '''newname''' :: Name of re...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Rcc-blend]]
  
 
=rcc-blend=
 
=rcc-blend=

Revision as of 12:04, 15 November 2009


rcc-blend

Syntax

rcc-blend rccname newname thickness [b|t]


Argument(s)

rccname
RCC shape to be 'blended'
newname
Name of resultant object
thickness
Thickness of blend in units.
[b|t]
Either Base or Top


Return Value(s)

No Return Values for this command.


Description

The "rcc-blend" command generates a blend at an end (base [b] or top [t]) of the specified RCC shape. The thickness is the radius of the TOR curvature. The blend is saved as a region made up of an RCC and a TOR. The default end is the base. Examples: mged> rcc-blend rcc.s blend.s 10 -- Create a region named blend.s that extends 10 units from the base of rcc.s.


Example(s)

mged> rcc-blend rcc.s blend.s 10
Create a region named blend.s that extends 10 units from the base of rcc.s.
mged> rcc-blend rcc.s blend.s 10 t
Create a region named blend.s that extends 10 units from the top of rcc.s.


See Also

rcc-blend
rcc-cap
rcc-tgc
rcc-tor

Page Generated by David Loman on: 10/11/2007 at: 2:00:55 PM