#include <thing.h>
Inheritance diagram for iThingEnvironment:
Public Methods | |
virtual iPolyTxtPlane* | CreatePolyTxtPlane (const char *name=NULL)=0 |
virtual iPolyTxtPlane* | FindPolyTxtPlane (const char *name)=0 |
virtual iCurveTemplate* | CreateBezierTemplate (const char *name=NULL)=0 |
virtual iCurveTemplate* | FindCurveTemplate (const char *iName)=0 |
Using this interface you can access objects (planes and curve templates) that are global to all things.