1\subsection{Compute a linear swept surface.}
2\funclabel{s1332}
3\begin{minipg1}
4  To create a linear swept surface by making the tensor-product of two curves.
5\end{minipg1} \\ \\
6SYNOPSIS\\
7        \>void s1332(\begin{minipg3}
8                                {\fov curve1}, {\fov curve2}, {\fov epsge}, {\fov point}, {\fov surf}, {\fov stat})
9                \end{minipg3}\\[0.3ex]
10                \>\>    SISLCurve       \>      *{\fov curve1};\\
11                \>\>    SISLCurve       \>      *{\fov curve2};\\
12                \>\>    double  \>      {\fov epsge};\\
13                \>\>    double  \>      {\fov point}[\,];\\
14                \>\>    SISLSurf        \>      **{\fov surf};\\
15                \>\>    int     \>      *{\fov stat};\\
16
17\\
18ARGUMENTS\\
19        \>Input Arguments:\\
20        \>\>    {\fov curve1}   \> - \> \begin{minipg2}
21                                Pointer to curve 1.
22                                \end{minipg2}\\
23        \>\>    {\fov curve2}   \> - \> \begin{minipg2}
24                                Pointer to curve 2.
25                                \end{minipg2}\\
26        \>\>    {\fov epsge}\> - \>     \begin{minipg2}
27                                Maximal deviation allowed between the true swept
28                                surface and the generated surface.
29                                \end{minipg2}\\[0.3ex]
30        \>\>    {\fov point}    \> - \> \begin{minipg2}
31                Point near the curve to sweep along. The vertices of the new surface are made by adding the vector from point to each of the vertices on the sweep curve, to each of the vertices on the other curve.
32                                \end{minipg2} \\[0.8ex]
33\\
34        \>Output Arguments:\\
35        \>\>    {\fov surf}     \> - \> \begin{minipg2}
36                                Pointer to the surface produced.
37                                \end{minipg2}\\
38        \>\>    {\fov stat}     \> - \> Status messages\\
39                \>\>\>\>\>              $>0$    : warning\\
40                \>\>\>\>\>              $=0$    : ok\\
41                \>\>\>\>\>              $<0$    : error\\
42\\
43EXAMPLE OF USE\\
44                \>      \{ \\
45                \>\>    curve   \>      *{\fov curve1};\\
46                \>\>    curve   \>       *{\fov curve2};\\
47                \>\>    double  \>      {\fov epsge};\\
48                \>\>    double  \>      {\fov point}[3];\\
49                \>\>    SISLSurf        \>      *{\fov surf};\\
50                \>\>    int     \>      {\fov stat};\\
51                \>\>    \ldots \\
52        \>\>s1332(\begin{minipg4}
53                {\fov curve1}, {\fov curve2}, {\fov epsge}, {\fov point}, \&{\fov surf}, \&{\fov stat});
54                \end{minipg4}\\
55                \>\>    \ldots \\
56                \>      \}
57\end{tabbing}
58