Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HOpCreateNurbs3D.h File Reference

#include "HTools.h"
#include "HBaseOperator.h"

Go to the source code of this file.

Classes

class  HNurbsSurface
 The HNurbsSurface class encapsulates a NURBS surface or Chaking subdivision surface. More...
class  HOpCreateNurbs3D
 The HOpCreateNurbs3D class provides support for the interactive construction of various surface types. More...

Enumerations

enum  HSurfaceType { InternalNurbsType, NurbsType, ChakinSubdivisionType }


Detailed Description

Interface of the HOpCreateNurbs3D class Creates and modifies a Nurbs Surface

Enumeration Type Documentation

Defines the type of surface that is created by the operator

Enumerator:
InternalNurbsType  operator uses HOOPS nurbs function (HC_Insert_Nurbs)
NurbsType  operator uses internal routines
ChakinSubdivisionType  operator creates surface based on chakin subdivision scheme