CagdSrfFromCrvs

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

NAME

CagdSrfFromCrvs()  

SYNOPSIS

cagd_lib/cagdcsrf.c:33

CagdSrfStruct *CagdSrfFromCrvs(CagdCrvStruct *CrvList, int OtherOrder)
 

DESCRIPTION

Constructs a surface using a set of curves. Curves are made to be compatible and then each is substituted into the new surface's mesh as a row. If the OtherOrder is less than the number of curves, number of curves is used. A knot vector is formed with uniform open end for the other direction, so it interpolates the first and last curves. Note, however, that only the first and the last curves are interpolated if OtherOrder is greater than 2.  

PARAMETERS:

CrvList: List of curves to consturct a surface with.

OtherOrder: Other order of surface.  

FUNCTION RETURN VALUE

CagdSrfStruct *: Constructed surface from curves.

 

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:27:52 GMT, July 20, 2024