This simple macro will take any grouped arc(s) and change it/them to a
user-specified radius full arc. It will work for you if you first delete
all elements in the split arc except one, group the remaining arc segment,
and then run the macro and type in info at the prompt.
Christopher Kocourek
Tooling Engineer
Flextronics Tool & Design
// Production_Milling 11.5 Macro File
// C:\SC_MACRO\modx.mcl
// Created: 06/30/97
// Created by: Chris Kocourek
//
PROMPT[TX="WHAT NEW RADIUS DO YOU WANT
FOR THE GROUPED ARCS?",
VN="MOD_RAD", SC=25, SR=7]
#NEW_RAD=#MOD_RAD
#INGRP=GRP(0)
#COUNT=1
WHILE(#COUNT<=#INGRP)
#arc_el=GRP(#COUNT)
MOD_ARC[EL=#arc_el, DR=DIR(#arc_el), XC=CEX(#arc_el), YC=CEY(#arc_el),
RA=#NEW_RAD,
AS=0, AE=0, SE=2, SS=2, SI=2, SC=2, LV=LVL(#arc_el)]
#COUNT= #COUNT+1
ENDW
NEW_GRP[]
#NEW_RAD=1000000
#arc_el=1000000
#INGRP=1000000
Greg King
<gking@RITTAL To: "SmartCam Users (E-mail)"
<[EMAIL PROTECTED]>
-CORP.COM> @SMTP@Exchange
cc:
11/07/01 Subject: [mfg-smartcam] Arc Macro
12:47 PM
SmartCam Users,
Does anyone have a macro that will take a full arc that's been split into
two elements and change it back to one element.
Thanks in advance
> Greg King
> Group Leader
> Manufacturing Services
> Rittal Corporation
Phone: 937-629-2485
Fax: 937-390-8383
======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================
======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================