Jump to content

Custom Tool-Fill Style


Recommended Posts

When creating a custom tool to work with a certain fill style, say hatch for example, the tool script, when executed, will set the correct fill style for the tool no matter which fill style is currently set except for the "Class style". The script will not change the fill style from "Class style" to the "hatch style".

Does this look like a bug?

Link to comment

Either a Bug or a limitation in the Custom Tool command.

I can't get a custom tool to use Class for any of the attributes. I know that VectorScript can do it.

If you want to manually edit the scripts, just change the line like

FillPat(1);

to

Result:=FFPatByClass;

You can edit a script by holding down the Option Key (Alt? on Windows) and double clicking the script name in the script palette or through the resource browser.

Pat

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...