summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-solides3d/doc-en/par-grille_en_corr.tex
blob: f69da2f468ec9b3b00f8dddf877072b56bcd13c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
\section{The grid}

The object \verb+grille+ allows you to obtain a solid plane.
The key \texttt{[base=$x{min}$ ${x{max}}$ ${y{min}}$
${y{max}}$]} lets you specify the dimension of the grid. % $


\psset{viewpoint=50 50 20 rtp2xyz,Decran=30}
\begin{LTXexample}[width=6.5cm]
\begin{pspicture}(-3.5,-1.5)(3.5,2.5)
\psSolid[object=grille,
   base=0 4 -3 3,
   linecolor=gray](0,0,0)
\axesIIID(0,0,0)(4,3,3)
\end{pspicture}
\end{LTXexample}


The key \texttt{[ngrid=$n_1$ $n_2$]} lets you specify
fineness of the grid. If $n_2$ is not set up, it is considered that $n_2 =
n_1$.

If $n_1$ is an integer, it represents the number of grid points along the
$Ox$ axis. If it is a real, it represents the  step size along the
$Ox$ axis. For example, the number \verb+1+ is an integer, the number \verb+1.+ is real (note the decimal point).



\psset{viewpoint=50 50 20 rtp2xyz,Decran=30}
\begin{LTXexample}[width=6.5cm]
\begin{pspicture}(-3.5,-1.5)(3.5,2.5)
\psSolid[object=grille,
   ngrid=1,
   base=0 4 -3 3,
   linecolor=gray](0,0,0)
\axesIIID(0,0,0)(3,3,3)
\end{pspicture}
\end{LTXexample}

\psset{viewpoint=50 50 20 rtp2xyz,Decran=30}
\begin{LTXexample}[width=6.5cm]
\begin{pspicture}(-3.5,-1.5)(3.5,2.5)
\psSolid[object=grille,
   ngrid=1. 1,
   base=0 4 -3 3,
   linecolor=gray](0,0,0)
\axesIIID(0,0,0)(3,3,3)
\end{pspicture}
\end{LTXexample}


\endinput