MGED CMD rcc-cap
From BRL-CAD
Revision as of 08:21, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =rcc-cap= __TOC__ ==Syntax== :rcc-cap rccname newname [height] [b|t] ==Argument(s)== : '''rccname''' :: RCC shape to be 'blended' : '''newname''' :: Name of resultan...)
rcc-cap
Contents
Syntax
- rcc-cap rccname newname [height] [b|t]
Argument(s)
- rccname
- RCC shape to be 'blended'
- newname
- Name of resultant object
- [height]
- Height of blend in units.
- [b|t]
- Either Base or Top
Return Value(s)
- No Return Values for this command.
Description
The "rcc-cap" command is used to round the end of a cylinder with an ellipsoid. It creates an ELL shape with the given height at one end (base [b] or top [t]) of the specified RCC. If the height option is not specified, a spherical cap will be generated. The default end is the base.
Example(s)
- mged> rcc-cap rcc.s cap.s 20
- Create an ELL shape named cap.s with a radius of 20 units at the base of rcc.s.
- mged> rcc-cap rcc.s cap.s 20 t
- Create an ELL shape named cap.s with a radius of 20 units at the top of rcc.s.
See Also
Page Generated by David Loman on: 10/11/2007 at: 2:01:11 PM