CagdPeriodicSrfNew

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

NAME

CagdPeriodicSrfNew()  

SYNOPSIS

cagd_lib/cagd1gen.c:188

CagdSrfStruct *CagdPeriodicSrfNew(CagdGeomType GType,
                                  CagdPointType PType,
                                  int ULength,
                                  int VLength,
                                  CagdBType UPeriodic,
                                  CagdBType VPeriodic)
 

DESCRIPTION

Allocates the memory required for a new, possibly periodic, 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.

UPeriodic: Is this surface periodic in the U direction?

VPeriodic: Is this surface periodic in the V direction?  

FUNCTION RETURN VALUE

CagdSrfStruct *: An uninitialized freeform surface.  

SEE ALSO

BzrSrfNew, BspSrfNew, BspPeriodicSrfNew, CagdSrfNew, 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:09 GMT, July 20, 2024