.TH BzrSrfWriteToFile 3 "IRIT Version 6.0" 
.SH NAME
BzrSrfWriteToFile()
.SH SYNOPSIS
.nf
.ft B
prsr_lib/bzr_wrt.c:156

.nf
.ft B
int BzrSrfWriteToFile(CagdSrfStruct *Srfs,
                      char *FileName,
                      int Indent,
                      char *Comment,
                      char **ErrStr)
.SH DESCRIPTION
Writes Bezier surface(s) list into file. Returns TRUE if succesful, FALSE
otherwise.
If Comment is NULL, no comment is wrriten, if "" only internal comment
is written.
.SH PARAMETERS:

Srfs: To write to file FileName.

FileName: Name of file to open so we can write Srfs in.

Indent: Primary indentation. All information will be written
from the column specified by Indent.

Comment: Optional, to describe the geometry.

ErrStr: If an error occurs, to describe the error.
.SH FUNCTION RETURN VALUE
int:        TRUE if succesful, FALSE otherwise.
.LP
.SH ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
