CagdSrfNew

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

NAME

CagdSrfNew()  

SYNOPSIS

cagd_lib/cagd1gen.c:130

CagdSrfStruct *CagdSrfNew(CagdGeomType GType,
                          CagdPointType PType,
                          int ULength,
                          int VLength)
 

DESCRIPTION

Allocates the memory required for a new surface.  

PARAMETERS:

GType: Type of geometry the surface should be - Bspline, Bezier etc.

PType: Type of control points (E2, P3, etc.).

ULength: Number of control points in the U direction.

VLength: Number of control points in the V direction.  

FUNCTION RETURN VALUE

CagdSrfStruct *: An uninitialized freeform surface.  

SEE ALSO

BzrSrfNew, BspPeriodicSrfNew, BspSrfNew, CagdPeriodicSrfNew, TrimSrfNew,

 

ORIGIN

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
SEE ALSO
ORIGIN

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