Go to the source code of this file.
Functions | |
void | IncludeNurbsBoundary (short *flag, long *xmin, long *xmax, long *ymin, long *ymax, long *zmin, long *zmax) |
void | DrawAllNurbsInOne (HDC hdc, int view, BOOL abort) |
void | DrawNurbsWireFrame (HDC hdc, int skelview, double scale, double trr[4][4], short(*in_modeller_view1)(vertex *, vertex *), short(*in_modeller_view2)(vertex *, vertex *), BOOL abort) |
void | TriangulateNurbsSurface (void) |
void | EraseAllNurbs (void) |
void | EraseNurbs (nurbs *sp) |
void | CreateNurbs (void) |
void | ClearNurbsSkeleton (skel *sp) |
BOOL | DeleteSelectedNurbsSurfaces (void) |
void | ReleaseNurbs (nurbs *n) |
BOOL | AllocNurbs (nurbs *n, double *ukv, double *vkv) |
BOOL | CloneNurbs (nurbs *src, nurbs *dst) |