Difference between revisions of "MGED CMD rcc-tgc"
From BRL-CAD
(New page: Category:MGED =rcc-tgc= __TOC__ ==Syntax== :rcc-tgc rccname newname x y z [b|t] ==Argument(s)== : '''rccname''' :: RCC shape to be 'blended' : '''newname''' :: Name of resultant ...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Rcc-tgc]] |
− | + | [[Category:MGED object generators|Rcc-tgc]] | |
=rcc-tgc= | =rcc-tgc= | ||
__TOC__ | __TOC__ |
Latest revision as of 00:14, 4 January 2010
rcc-tgc[edit]
Contents
Syntax[edit]
- rcc-tgc rccname newname x y z [b|t]
Argument(s)[edit]
- rccname
- RCC shape to be 'blended'
- newname
- Name of resultant object
- x y z
- Apex
- [b|t]
- Either Base or Top
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "rcc-tgc" command creates a TGC shape with the specified apex (x y z) at one end (base [b] or top [t]) of the specified RCC. The default end is the base.
Example(s)[edit]
- mged> rcc-tgc rcc.s tgc.s 0 2 4
- Create a TGC shape named tgc.s with an apex at (0 2 4) from the base of rcc.s.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 2:01:20 PM