Exposed to python

This commit is contained in:
rdb 2008-10-09 16:57:34 +00:00
parent b200056622
commit 2b94b2ff26
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
// Description : A parametric NURBS surface.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDAEGG EggNurbsSurface : public EggSurface {
public:
PUBLISHED:
typedef plist< PT(EggNurbsCurve) > Curves;
typedef Curves Loop;
typedef plist<Loop> Loops;