#ifndef _Osplineflower_H_

#define _Osplineflower_H_



enum

{

	PRIM_FLOWER_IRAD					= 2090,	// REAL - Inner Radius [>=0.0]

	PRIM_FLOWER_ORAD					= 2091,	// REAL - Inner Radius [>=0.0]

	PRIM_FLOWER_PETALS				= 2092	// LONG - Number Of Petals [>=3]

};



#endif