MGED CMD rpp-cap

From BRL-CAD
Revision as of 22:49, 7 January 2010 by Ssd (talk | contribs)

rpp-cap

Syntax

rpp-cap rppname newname face height [0|1]


Argument(s)

rppname
Name of RPP to be rounded
newname
Name of resultant object
face
Face of rppname to round.
height
Height of extrude.
[0|1]
See Description below.


Return Value(s)

No Return Values for this command.


Description

The "rpp-cap" command creates an ARB6 with the specified height at a particular face of the given RPP. The optional "0" and "1" refer to the orientation of the ARB6. If "0" is chosen, the peaks of the ARB6 are positioned at the midpoint between the first and second points and at the midpoint between the third and fourth points of the specified face. If "1" is chosen, the peaks of the ARB6 are positioned at the midpoint between the first and fourth points and at the midpoint between the second and third points of the specified face. The default is 0.


Example(s)

mged> rpp-cap rpp.s cap.s 1234 20
Create an ARB6 shape named cap.s that extends 20 units from the 1234 face of the RPP. The peaks of the ARB6 will be at the midpoint between point 1 and 2 and at the midpoint between 3 and 4.
mged> rcc-cap rcc.s cap.s 1234 20 1
Create an ARB6 shape named cap.s that extends 20 units from the 1234 face of the RPP. The peaks of the ARB6 will be at the midpoint between point 1 and 4 and at the midpoint between 2 and 3.


See Also

rpp-arch
rpp-cap
MGED Glossary

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