Page 1 of 1

Linetypes

Posted: Thu Mar 04, 2004 12:34 pm
by rkelshaw
This is a follow up to a message I posted in August 2003 regarding creating complex linetypes. This is my first opportunity to try the suggestions SSC gave me. I created a custom.lin file and typed:
*SEWER,S
A,.5,-.5,["S",STANDARD,S=0,R=0,X=0,Y=-.1],-1
I ended up with a dashed line w/ one dot. No "S". The directions in the help index are less than helpful, however, I feel like I am close. Can anyone tell me if I am STILL doing something wrong?
Thanks

Posted: Thu Mar 11, 2004 11:10 pm
by ssc
rkelshaw,

What version of Icad are you using? I am using Icad PE 4.0 and the linetype works fine. Please post the text of the lin file.

I believe in some earlier versions of ICAD what font was chosen for the style effected whether the complex linetype showed up or not.

ssc

Posted: Mon Mar 15, 2004 5:09 am
by rkelshaw
SSC,
I am also using Icad PE 4.0 on Windows XP Pro. Here is the lin copied from the lin folder. I have used various fonts with no change.

*SEWER,S
A,.5,-.5,("S",ARIAL,S=0,R=0,X=0,Y=-.1),-1

Thanks Again.
rkelshaw

Posted: Mon Mar 15, 2004 7:46 pm
by ssc
rkelshaw,

I noticed in your reply that you have parenthesis () instead of brackets [] around the line definition. I believe you need to use brackets, try that, otherwise I am not sure at this point.

ssc

Posted: Mon Mar 22, 2004 9:14 am
by rkelshaw
That worked!
Thank you