hexagon logo

measuring a countersink

Good evening Pcdmis masters, I`m fairly new to Pcdmis, and i would love to get some help , I am trying to measure a Countersink Dia at the intersection of the top surface on this part, the available area is very limited and the thread leads are not clocked to the model to get an auto cone reading accurately, is there any method i can use to first identify the rotation of the the double lead thread and then construct a cone avoiding the thread lead`s in order to get an accurate reading? any tips will be appreciated ,thanks in advance
Parents
  • ASSIGN/V12=RAD2DEG(ASIN(PT2.Z-PT1.Z)/(V11-V10))....... here, I wrote RAD2DEG to give a result in degrees. If you don't use degrees, just write /V12=ASIN((PT2.Z-PT1.Z)/(V11-V10))
    ASSIGN/R1=V10*SIN(DEG2RAD(V12)).............so here R1=V10*SIN(V12)
    ASSIGN/R2=V11*SIN(RAD2DEG(V12)).............so here R2=V11*SIN(V12)
    and :
    ASSIGN/H1=PT1.Z-V10*COS(V12)
    ASSIGN/H2=PT2.Z-V11*COS(V12)

    Other results should change... Wink​​
Reply
  • ASSIGN/V12=RAD2DEG(ASIN(PT2.Z-PT1.Z)/(V11-V10))....... here, I wrote RAD2DEG to give a result in degrees. If you don't use degrees, just write /V12=ASIN((PT2.Z-PT1.Z)/(V11-V10))
    ASSIGN/R1=V10*SIN(DEG2RAD(V12)).............so here R1=V10*SIN(V12)
    ASSIGN/R2=V11*SIN(RAD2DEG(V12)).............so here R2=V11*SIN(V12)
    and :
    ASSIGN/H1=PT1.Z-V10*COS(V12)
    ASSIGN/H2=PT2.Z-V11*COS(V12)

    Other results should change... Wink​​
Children
No Data