Jump to content
Developer Wiki and Function Reference Links ×

Custom Tool - Dash Styles


Recommended Posts

Hey all,

I just used the create custom tool script to make this:

Procedure CustTool;

VAR

Name:STRING;

Result:BOOLEAN;

BEGIN

PushAttrs;

FillBack(256);

FillFore(257);

FillPat(0);

Result:= SetDefaultBeginningMarker(2, 0, 0.078735, 0.078735, 0, 0.000000, FALSE);

Result:= SetDefaultEndMarker(2, 0, 0.078735, 0.078735, 0, 0.000000, FALSE);

PenPat(-4);

PenSize(2);

CallTool(-204);

PenBack(256);

PenFore(257);

PenPat(-4);

CallTool(-204);

PopAttrs;

END;

Run(CustTool);

The main issue I'm having it that it won't save my dash style (Dash Style-4) into the script. Had a quick look at the VS appendix but couldn't find a reference to dash styles.

Anyone have a clue what line I can add here to do dash styling?

Cheers,

James

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...