Thanks for that neat idea. Works great!
Heres a quick little macro that makes it even easier to use...
 
// Production_Milling 11.5 Windows 10/16/98 16:52:40 Macro File
// w:\mcl\LEN.mcl
// CREATED: 06/14/00
//
//  Here is a technique that works well. Use Geo_Edit/Split. Set the panel 
//  up as follows, Distance Along = 0, From = Mouse, Gap Width = twice the 
//  amount of length change. Use a positive Gap Width for a shorter line and
//  use a negative Gap Width for a longer line. Select the line at the end 
//  you wish to change. The line will extend or shorten by 1/2 of the Gap
Width.
//  This also works for other types of elements. I hope this is of some
help.
//
//  
VAR_REMOVE_ALL[]
//
PROMPT[TX="Enter 0 to lengthen or shorten Element from the Start\n
Enter 1 to lengthen or shorten Element from the End" , SC=50, VN="FR", DV=1]
//
#EL = SEQEL()// determines the current selected insert element number
//
SPLIT[EL="#EL", LC=2, GW=-#LEN*2, LN=.5, DS=0, FR="#FR"]
 

-----Original Message-----
From: McCool Mike-EMM018 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 13, 2000 4:39 PM
To: 'Bill Schoeppe'; SMARTCAM
Subject: RE: [mfg-smartcam] modify line


Bill,
 
Here is a technique that works well. Use Geo_Edit/Split. Set the panel up as
follows, Distance Along = 0, From = Mouse, Gap Width = twice the amount of
length change. Use a positive Gap Width for a shorter line and use a
negative Gap Width for a longer line. Select the line at the end you wish to
change. The line will extend or shorten by 1/2 of the Gap Width. This also
works for other types of elements. I hope this is of some help.
 
Good Luck,
Mike

-----Original Message-----
From: Bill Schoeppe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 06, 2000 8:41 PM
To: SMARTCAM
Subject: [mfg-smartcam] modify line


does any one know if there is a way to modify the length of a line without
doing the endpoints separately.
 
thanks bill

======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================

Reply via email to