|
NAMEextrude - Modifies an ARB shape by extruding the specified face through the specified distance to determine the position of the opposing face.SYNOPSISextrude {##### distance} DESCRIPTIONModifies an ARB shape by extruding the specified face through the specified distance to determine the position of the opposing face. The face to be extruded is identified by listing its vertex numbers as they are labeled in the MGED display when the ARB is edited. Note that the face identified is not moved, but the opposite face is adjusted so that it is the specified distance from the specified face. The order that the vertex numbers are listed determines the direction of the extrusion using the right-hand rule.EXAMPLESThe example shows the use of the extrude command to move a face a specific distance from its opposing face.Example 1. Moving a face a specific distance from its opposing face. mged> extrude 1234 5 Moves face 5678 so that it is 5 units from face
1234.
AUTHORBRL-CAD TeamBUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
Visit the GSP FreeBSD Man Page Interface. |