1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>G3*_Direct0</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">G3*_Direct0 <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;nitro/gx/g3imm.h&gt;
16#include &lt;nitro/gx/g3b.h&gt;
17#include &lt;nitro/gx/g3c.h&gt;
18
19void G3_Direct0(int op);
20
21// Below are APIs for creating the display list (command list):
22void G3B_Direct0(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op);
23void G3C_Direct0(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op);
24void G3BS_Direct0(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op);
25void G3CS_Direct0(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op);</CODE></PRE>
26</DL>
27<H2>Arguments</H2>
28<TABLE border="1" width="100%">
29  <TBODY>
30    <TR>
31      <TD width="13%"><em><strong><font face="Courier New">info</font></strong></em></TD>
32      <TD width="87%">Command List Information.</TD>
33    </TR>
34    <TR>
35      <TD width="109"><EM><STRONG><FONT face="Courier New">op</FONT></STRONG></EM></TD>
36      <TD width="593">Geometry command (<code>G3OP_****</code> macro defined in <code>g3.h</code>)</TD>
37    </TR>
38  </TBODY>
39</TABLE>
40<H2>Return Values</H2>
41<P>None.</P>
42<H2>Description</H2>
43<P>This function specifies the geometry command directly. A command with no arguments must be set in <em><strong><code>op</code></strong></em>.</P>
44<H2>See Also</H2>
45<P><CODE><A href="G3_Direct1.html">G3_Direct1</A>, <A href="G3_Direct2.html">G3_Direct2</A>, <A href="G3_Direct3.html">G3_Direct3</A></CODE></P>
46<H2>Revision History</H2>
47<P>2004/01/19 Initial version.</P>
48<hr><p>CONFIDENTIAL</p></body>
49</HTML>
50