FreeBSD Manual Pages
IN(nged) BRL-CAD User Commands IN(nged) NAME in - Allows the user to type in the arguments needed to create a shape with the name new_shape_name of the type shape_type. The command may be invoked with no arguments, and it will prompt the user for all needed information. SYNOPSIS in [[-f] | [-s]] [new_shape_name] [shape_type] {parameters} DESCRIPTION Allows the user to type in the arguments needed to create a shape with the name new_shape_name of the type shape_type. The command may be invoked with no arguments, and it will prompt the user for all needed information. The -s option will invoke the primitive edit mode on the new shape immediately after creation. The -f option does not draw the new shape, and therefore the -s option may not be used in conjunction with -f. The possible values for shape_type are: o arb8 -- ARB (eight vertices) o arb7 -- ARB (seven vertices). o arb 6 -- ARB (six vertices). o arb 5 -- ARB (five vertices). o arb 4 -- ARB (four vertices). o arbn -- Arbitrary polyhedron with arbitrary number of vertices (plane equations). o bot -- Bag of Triangles. o dsp -- Displacement Map. o pipe -- Pipe (run of connected pipe or wire). o ebm -- Extruded Bit Map. o vol -- Voxels. o hf -- Height Field deprecated, see dsp. o ars -- Arbitrary Faceted Solid. o half -- Half Space. o sph -- Ellipsoid (center and radius). o ell -- Ellipsoid (center and three semi-axes). o ellg -- Ellipsoid (foci and chord length). o ell1 -- Ellipsoid (center, one semi-axis, and a radius of revolution). o tor -- Torus. o tgc -- Truncated General Cone (most general TGC). o tec -- TGC (top radii are scaled from base radii). o rec -- TGC (right elliptical cylinder). o trc -- TGC (truncated right circular cone). o rcc -- TGC (right circular cylinder). o box -- ARB (vertex and three vectors). o raw -- ARB (right angle wedge). o rpp -- ARB (axis aligned rectangular parallelepiped). o rpc -- Right Parabolic Cylinder. o rhc -- Right Hyperbolic Cylinder. o epa -- Elliptical Paraboloid. o ehy -- Elliptical Hyperboloid. o eto -- Elliptical Torus. o part -- Particle. EXAMPLES The example shows the use of the in command to create a shape of a specified type. Example 1. Create a new shape in the form of a right angle wedge. mged> in new1 raw 0 0 0 0 0 1 1 0 0 0 1 0 Creates an ARB named new1 in the form of a right angle wedge. AUTHOR BRL-CAD Team BUG REPORTS Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org BRL-CAD 03/02/2021 IN(nged)
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | AUTHOR | BUG REPORTS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=in&manpath=FreeBSD+13.0-RELEASE+and+Ports>