Hello
CAD 2018R2 SP4.....
I have auto circles that all share the same centroid...I'd like to "construct" the points FROM these auto circles together to create ONE constructed circle.
I know about the "to points" option...but I don't want to use that. I was once shown a method where you measure the auto features..select the auto featres for construction...PC DMIS gives you an error message but will still put the invalid constructed feature in your edit window..then you type something like "numpnts.." It was called "hard coding" when it was shown to me.I was only exposed to it briefly & that was a long time ago..can someone help me out?
Please see code below.
CAD 2018R2 SP4.....
I have auto circles that all share the same centroid...I'd like to "construct" the points FROM these auto circles together to create ONE constructed circle.
I know about the "to points" option...but I don't want to use that. I was once shown a method where you measure the auto features..select the auto featres for construction...PC DMIS gives you an error message but will still put the invalid constructed feature in your edit window..then you type something like "numpnts.." It was called "hard coding" when it was shown to me.I was only exposed to it briefly & that was a long time ago..can someone help me out?
Please see code below.
Code:
MOVE/CLEARPLANE
CIR3 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,OUT,LEAST_SQR
THEO/<0,0,0>,<0,0,1>,1.7848,0
ACTL/<0,0,0>,<0,0,1>,1.7848,0
TARG/<0,0,0>,<0,0,1>
START ANG=-30,END ANG=30
ANGLE VEC=<1,0,0>
DIRECTION=CCW
SHOW FEATURE PARAMETERS=NO
SHOW CONTACT PARAMETERS=YES
NUMHITS=4,DEPTH=0,PITCH=0
SAMPLE METHOD=SAMPLE_HITS
SAMPLE HITS=0,SPACER=0
AVOIDANCE MOVE=NO,DISTANCE=0.3937
FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO
SHOW HITS=YES
HIT/BASIC,<0.7879,-0.419,0>,<0.8829476,-0.4694716,0>,<0.7879,-0.419,0>
HIT/BASIC,<0.8806,-0.1447,0>,<0.9867615,-0.1621779,0>,<0.8806,-0.1447,0>
HIT/BASIC,<0.8806,0.1447,0>,<0.9867615,0.1621779,0>,<0.8806,0.1447,0>
HIT/BASIC,<0.7879,0.419,0>,<0.8829476,0.4694716,0>,<0.7879,0.419,0>
ENDMEAS/
CIR4 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,OUT,LEAST_SQR
THEO/<0,0,0>,<0,0,1>,1.7848,0
ACTL/<0,0,0>,<0,0,1>,1.7848,0
TARG/<0,0,0>,<0,0,1>
START ANG=30,END ANG=60
ANGLE VEC=<1,0,0>
DIRECTION=CCW
SHOW FEATURE PARAMETERS=NO
SHOW CONTACT PARAMETERS=YES
NUMHITS=4,DEPTH=0,PITCH=0
SAMPLE METHOD=SAMPLE_HITS
SAMPLE HITS=0,SPACER=0
AVOIDANCE MOVE=NO,DISTANCE=0.3937
FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO
SHOW HITS=YES
HIT/BASIC,<0.7568,0.4729,0>,<0.8480481,0.5299193,0>,<0.7568,0.4729,0>
HIT/BASIC,<0.6769,0.5815,0>,<0.7585136,0.6516572,0>,<0.6769,0.5815,0>
HIT/BASIC,<0.5815,0.6769,0>,<0.6516572,0.7585136,0>,<0.5815,0.6769,0>
HIT/BASIC,<0.4729,0.7568,0>,<0.5299193,0.8480481,0>,<0.4729,0.7568,0>
ENDMEAS/
CIR5 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,OUT,LEAST_SQR
THEO/<0,0,0>,<0,0,1>,1.7848,0
ACTL/<0,0,0>,<0,0,1>,1.7848,0
TARG/<0,0,0>,<0,0,1>
START ANG=60,END ANG=90
ANGLE VEC=<1,0,0>
DIRECTION=CCW
SHOW FEATURE PARAMETERS=NO
SHOW CONTACT PARAMETERS=YES
NUMHITS=4,DEPTH=0,PITCH=0
SAMPLE METHOD=SAMPLE_HITS
SAMPLE HITS=0,SPACER=0
AVOIDANCE MOVE=NO,DISTANCE=0.3937
FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO
SHOW HITS=YES
HIT/BASIC,<0.419,0.7879,0>,<0.4694716,0.8829476,0>,<0.419,0.7879,0>
HIT/BASIC,<0.2954,0.8421,0>,<0.3310634,0.9436085,0>,<0.2954,0.8421,0>
HIT/BASIC,<0.1652,0.877,0>,<0.1850949,0.9827206,0>,<0.1652,0.877,0>
HIT/BASIC,<0.0311,0.8919,0>,<0.0348995,0.9993908,0>,<0.0311,0.8919,0>
ENDMEAS/
CIR6 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,OUT,LEAST_SQR
THEO/<0,0,0>,<0,0,1>,1.7848,0
ACTL/<0,0,0>,<0,0,1>,1.7848,0
TARG/<0,0,0>,<0,0,1>
START ANG=90,END ANG=120
ANGLE VEC=<1,0,0>
DIRECTION=CCW
SHOW FEATURE PARAMETERS=NO
SHOW CONTACT PARAMETERS=YES
NUMHITS=4,DEPTH=0,PITCH=0
SAMPLE METHOD=SAMPLE_HITS
SAMPLE HITS=0,SPACER=0
AVOIDANCE MOVE=NO,DISTANCE=0.3937
FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO
SHOW HITS=YES
HIT/BASIC,<-0.0311,0.8919,0>,<-0.0348995,0.9993908,0>,<-0.0311,0.8919,0>
HIT/BASIC,<-0.1652,0.877,0>,<-0.1850949,0.9827206,0>,<-0.1652,0.877,0>
HIT/BASIC,<-0.2954,0.8421,0>,<-0.3310634,0.9436085,0>,<-0.2954,0.8421,0>
HIT/BASIC,<-0.419,0.7879,0>,<-0.4694716,0.8829476,0>,<-0.419,0.7879,0>
ENDMEAS/