hexagon logo

Internal Auto Cone

I am trying to measure an internal cone, 225mm diameter at the top surface of the part and 246.86 mm at the bottom surface of the part, meaning it gets larger as it descends through the part. I am using auto cone and picking the feature from the CAD model. I haven't used this function before and I'm struggling. I got everything to work except the Auto Wrist function. It seems that it selects a wrist position for the first hit but then does not rotate the wrist as required to make the rest of the hits around the diameter of the part. Am I missing something or is this a limitation of the software?
Parents
  • Another option which is my favorite thing to do is probe lets say 0-180 degrees of the or half of the cone with 1 tip and then rotate your probe and then probe the another cone at 180 and 360 degrees. Then you can combine and construct a 3rd cone from the first 2 cones.

    I'm not at my computer so I don't remember the code off the top of my head. Construct a scan and click on the 2 cones. Then in the code enter to use the hits of the cones. Then you construct a cone out of the scan and you should have a constructed cone made up of the hits from the first 2 cones.


    SCN1 =FEAT/SET,CARTESIAN
    THEO/<3.1496,2.3622,0>,<0,0,1>
    ACTL/<3.1496,2.3622,0>,<0,0,1>
    CONSTR/SET,BASIC,CON1.HIT[1..CON1.NUMHITS],CON2.HIT[1..CON2.NUMHITS],,
Reply
  • Another option which is my favorite thing to do is probe lets say 0-180 degrees of the or half of the cone with 1 tip and then rotate your probe and then probe the another cone at 180 and 360 degrees. Then you can combine and construct a 3rd cone from the first 2 cones.

    I'm not at my computer so I don't remember the code off the top of my head. Construct a scan and click on the 2 cones. Then in the code enter to use the hits of the cones. Then you construct a cone out of the scan and you should have a constructed cone made up of the hits from the first 2 cones.


    SCN1 =FEAT/SET,CARTESIAN
    THEO/<3.1496,2.3622,0>,<0,0,1>
    ACTL/<3.1496,2.3622,0>,<0,0,1>
    CONSTR/SET,BASIC,CON1.HIT[1..CON1.NUMHITS],CON2.HIT[1..CON2.NUMHITS],,
Children
No Data