hexagon logo

Inspection of gage dimensions

Hello everyone Slight smile
I need to inspect some gage on a circular part as shown in image.
1st case : Diameter should be kept constant and distance to be inspected
2nd case : Distance should be kept constant and dimeter to be inspected

how should I proceed with programming for the same?
Parents
  • I would:

    Workplane YMINUS

    Create an alignment (Lets call it "A1") that controls 6 degrees of freedom & has the XY center of the part as the center of my alignment and the Z is the top

    Then...

    Measure the radius

    Create Generic Line at (12.8345,0,0)XYZ/(0,0,-1)IJK. Line will intersect the radius. Construct a point at intersection of radius and line

    Rotate base alignment (A1) and do it again in 4 or six places

    Once done...

    Recall A1

    Recall ZPLUS workplane

    Create a plane through all the points

    Distance dimension from top to the plane
Reply
  • I would:

    Workplane YMINUS

    Create an alignment (Lets call it "A1") that controls 6 degrees of freedom & has the XY center of the part as the center of my alignment and the Z is the top

    Then...

    Measure the radius

    Create Generic Line at (12.8345,0,0)XYZ/(0,0,-1)IJK. Line will intersect the radius. Construct a point at intersection of radius and line

    Rotate base alignment (A1) and do it again in 4 or six places

    Once done...

    Recall A1

    Recall ZPLUS workplane

    Create a plane through all the points

    Distance dimension from top to the plane
Children