Difference between revisions of "MGED CMD rcc-cap"
From BRL-CAD
(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...) |
m (subcat) |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Rcc-cap]] |
− | + | [[Category:MGED object generators|Rcc-cap]] | |
=rcc-cap= | =rcc-cap= | ||
__TOC__ | __TOC__ |
Latest revision as of 23:38, 16 March 2010
rcc-cap[edit]
Contents
Syntax[edit]
- rcc-cap rccname newname [height] [b|t]
Argument(s)[edit]
- 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)[edit]
- No Return Values for this command.
Description[edit]
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)[edit]
- 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[edit]
Page Generated by David Loman on: 10/11/2007 at: 2:01:11 PM