Difference between revisions of "MGED CMD sph-part"

From BRL-CAD
(New page: Category:MGED =sph-part= __TOC__ ==Syntax== :sph-part ''sph1name sph2name newname '' ==Argument(s)== : '''sph1name''' :: Name of a Valid BRL-CAD Sphere Primitive. : '''sph2name'''...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Sph-part]]
  
 
=sph-part=
 
=sph-part=

Revision as of 09:34, 18 November 2009


sph-part

Syntax

sph-part sph1name sph2name newname


Argument(s)

sph1name
Name of a Valid BRL-CAD Sphere Primitive.
sph2name
Name of a Valid BRL-CAD Sphere Primitive.
newname
Name for destination PART.

Return Value(s)

No Return Values for this command.


Description

The "sph-part" command creates a PART shape that encompasses two specified SPH shapes based on their parameters.

Example(s)

mged> sph-part sph1.s sph2.s part.s
Create a PART shape named part.s that surrounds the spheres sph1.s and sph2.s.

See Also

No related commands.



Page Generated by David Loman on: 10/12/2007 at: 7:23:54 AM