00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Dale Ducharme 00008 * Side Effects Software Inc. 00009 * 477 Richmond St. West 00010 * Toronto, Ontario, M5V 2M5 00011 * Canada 00012 * 416-504-9876 00013 * 00014 * NAME: GU_Twist.h 00015 * 00016 * COMMENTS: 00017 * 00018 */ 00019 00020 #ifndef __GU_TWIST__ 00021 #define __GU_TWIST__ 00022 00023 #include "GU_API.h" 00024 #include "GU_Detail.h" 00025 00026 class GU_API GU_TwistParms { 00027 public: // Used by 00028 GU_TwistParms(); 00029 const GU_Detail *source; // All 00030 GU_AxisType primaryAxis; // All 00031 GU_AxisType secondaryAxis; // Bend, Shear, Taper, LTaper 00032 UT_Vector3 origin; // All - Shear 00033 float value; // All 00034 float power; // All - LinearTaper 00035 const GB_PointGroup *grp; // All 00036 const GB_PointGroup *sgrp; // All 00037 int clamping; // Bend & Linear Taper 00038 }; 00039 00040 #endif
1.5.9