TrimWriteTrimmedSrfToFile

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

TrimWriteTrimmedSrfToFile()  

SYNOPSIS

prsr_lib/trim_wrt.c:34

int TrimWriteTrimmedSrfToFile(TrimSrfStruct *TrimSrfs,
                              char *FileName,
                              int Indent,
                              char *Comment,
                              char **ErrStr)
 

DESCRIPTION

Generic routine to write a trimmed surface to the given file. If Comment is NULL, no comment is printed, if "" only internal comment.  

PARAMETERS:

TrimSrfs: To be saved in stream.

FileName: File name where output should go to.

Indent: Column in which all printing starts at.

Comment: Optional comment to describe the geometry.

ErrStr: If failed, ErrStr will be set to describe the problem.  

FUNCTION RETURN VALUE

int: TRUE if succesful, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:28:13 GMT, July 20, 2024