View Single Post
  #8  
Old 02-11-2010, 12:39 PM
Mike Swartz's Avatar
Mike Swartz Mike Swartz is offline
Registered User
 
Join Date: Jan 2004
Location: Fort Collins
Posts: 322
Re: Part color cycle

Quote:
Wow, four years going on this question and almost to the answer.
This functionality has not and probably will not be added to the basic code because it is already available as a training example in the integration kit documentation.

It's been there for many versions.

Help-->Help Topics. Make the Contents tab the active tab.
Select Documentation for advanced users.
Select Integration Kit.
Select Examples
Select Color parts

You can copy the code and paste it into a text editor,(as always, I recommend using notepad++) then save as a lisp file, and load it program from your file browser.
After you load the lisp file, the color parts program will be added to your Toolbox.

You can add a function to input your file into your sd_customize file and it will be there whenever you start Modeling.

(INPUT "C:/<path to customization directory>/color_parts.lsp")

Substitute your own path, but be sure to use the forward slashes, not backslashes in the pathname.
Reply With Quote