#ifndef OTAPER_H__
#define OTAPER_H__

enum
{
  // Note: if adding IDs to this file, double check for ID collisions in obasedeform, obend, obulge, otwist, otaper and oshear as they are using the same 'value space'
	TAPEROBJECT_STRENGTH  = 1002,
	TAPEROBJECT_CURVATURE = 1004
};

#endif // OTAPER_H__
