ModelTweaker.swp Copyright 2003 Leonard Kikstra                      05/12/2004

Dowloaded from KIKSTRA SolidWorks Resources
	http://webpages.charter.net/mkikstra/SolidWorks.html
-------------------------------------------------------------------------------

INTRODUCTION:
ModelTweaker is a macro that will allow you to dynamically change some visual 
properties within the SolidWorks part model.  This macro incorporates a user 
customizable external data file to allow the user to add their own schemes to 
the selection pull downs. See ModelTweaker.ini for information on configuring 
the external data file.


This macro is provided as an example of using the SolidWorks API and VBA to 
read and change SolidWorks model settings and focuses on the features within
ModelDoc2.MaterialPropertyValues.

-------------------------------------------------------------------------------

DISCLAIMER:
* These macros are provided free of charge for personal use and/or reference. 
* These macros may be freely distributed, provided the original copyright 
  notices remain unchanged and intact. 
* All macros were written to work with SolidWorks 2003. 
* These macros, and corresponding files, are provided as is. 
* There are no warranties, expressed or implied, that these macros will perform 
  as indicated, perform to users expectations, or complete a specific task. 
* These macros will change the current SolidWorks document. Use these macros at 
  your own risk. Back up your data before using this macro on any SolidWorks 
  document. 

-------------------------------------------------------------------------------
