Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nose(1gv) [debian man page]

nose(1gv)																 nose(1gv)

NAME
nose - test geomview's picking facility DESCRIPTION
Nose is a geomview module which tests the geomview picking facility. Nose has no panel of its own. You invoke it by selecting the "Nose" line in the APPLICATIONS browser. Once invoked, nose waits for you to click the right mouse button with the cursor over some object in a geomview camera window. It then draws a little box on the spot where you clicked. If the picked spot is along an edge, it also draws a pair of boxes at the endpoints of the edge, and a line segment along the edge. If the picked spot is on a vertex, the box is a different color. Nose is not necessarily intended to be a useful program. It is just a simple example of how an external program can find out about and make use of geomview pick events. SEE ALSO
geomview(1) AUTHOR
Mark Phillips Geometry Center Geometry Center September 1 1992 nose(1gv)

Check Out this Related Man Page

AnyToPL(3gv)															      AnyToPL(3gv)

NAME
AnyToPL - convert an arbitrary geom to a polylist (OFF file format) SYNOPSIS
#include "geomutil.h" Geom *AnyToPL(Geom *, Transform); DESCRIPTION
AnyToPL() takes any geom as an arguement. It then returns a polylist object which is geometrically identical to the original geom. The transform argument is the transform applied to the entire object; it should generally be set to TM_IDENTITY when AnyToPL() is first called. Geometric objects are handled in the following ways: Polylists: A transformed copy of the original is returned. Bezier: The object is rediced if necessary, then handled as a mesh object. Quad: The object is directly transformed into a new polylist. Mesh: The object is directly transformed into a new polylist, with extra polygons added to do the wrapping if necessary. Vect: The object is converted into a polylist containing a 2-gon for every segment in the original vector object. The colors of the faces are the same as the colors of the original object, but this generally is irrelevant since the faces are not visible. Note that edge visi- bility must be enabled for an object which has been converted from a vect to a polylist to be visible in geomview. List: AnyToPL() is called recursively and the resultant polylists are combined using PLCombine(3). Inst: AnyToPL() is called recursively with a new transformation matrix. The resultant polylists are combined using PLCombine(3). No effort is made to eliminate identical vertices. However, no extraneous repeated vertexes should be created. The resultant polylist should have the same number of vertexes as the original object. LINKING
AnyToPL() is part of the geomutil library; see geomutil(3) for information on how to link your program with this library. SEE ALSO
plcombine(3), anytooff(1), geomview(1), geomutil(3) AUTHOR
Celeste Fowler The Geometry Center Geometry Center June 15, 1992 AnyToPL(3gv)
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

error notification and diagnose

Hi All, How does Solaris 9/10 alert the server? Where do you get the error on the server? Is there some kind of verifying of errors (like in AIX, CERTIFY resources or diagnose)? Please let me know. Thanks, itik (4 Replies)
Discussion started by: itik
4 Replies

2. UNIX for Advanced & Expert Users

Gurus needed to diagnose severe performance degradation

Hi everyone, newbie forum poster here. I'm an Oracle DBA and I require some guidance from the Unix gurus here about how to pinpoint where a problem is within a Solaris 9 system running on an 8 CPU Fujitsu server that acts as our Oracle database server. Our sysadmins are trying their best to... (13 Replies)
Discussion started by: DBA_guy
13 Replies

3. AIX

Diagnose high disk write IO

Hi, say for example if there is high disk write IO in one disk (detected from NMON), how to we identify what processes is writing on that particular disk? (3 Replies)
Discussion started by: ngaisteve1
3 Replies

4. Shell Programming and Scripting

Shell script to diagnose the network

i have learnt a little bit of shell scripting but not alot. i want to write a script to diagnose the network using ping and another script to traceroute. how would i do this? (6 Replies)
Discussion started by: stefanere2k9
6 Replies