Constructing a High Plane using a Plane

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Constructing a High Plane using a Plane

    Currently am running PC-DMIS CAD++ 2016.0. I have probed a plane but would like to construct a plane based on the high points; as if it was sitting on a slab of granite. Only thing I can find is things in PC-DMIS 2018, or the High Points function while constructing, which gives me an error. This would help a lot with my alignments and would like to know what methods I could use to get it to work.

  • #2
    I think you can construct a feature set with the plane hits, (PL1.HIT[1..PL1.NUMHITS]), then construct a high point plane on it.

    Comment


    • #3
      The old High Point Plane creates a plane from the three highest points of another plane (or set), but doesn't guarantee that all the other hits are on the same side of the constructed plane - this can result in quite some surprises.

      You can try a Translated Plane, Maximum Deviation instead, although I'm not certain it really calculates what we expect it to do - I haven't used it since Tangent Plane came in 2017.

      But I think the easiest way is to do an alignment on the (least squares) plane and then locate the highest point, create a new plane parallell to the original through the found high point. Desktop code (untested):

      - measure plane PLN1
      - align primary Z on PLN1
      - ASSIGN/HIT_Z=PLN1.HIT[1..PLN1.NUMHITS].Z
      - ASSIGN/HIGH_PT=MAXINDEX(HIT_Z)
      - construct PLN2 // PLN1, through PLN1.HIT[HIGH_PT]
      AndersI
      SW support - Hexagon Metrology Nordic AB

      Comment


      • #4
        Thank you for the responses! I'm still slightly confused. Andersl, After aligning to the least squares PLN1, how would I find the high point then create a parallel plane to that. Wouldn't that just create a plane perfectly parallel but as high as the highest point of PLN1?

        Comment


        • AndersI
          AndersI commented
          Editing a comment
          Yes, that's exactly what it does. Not *exactly* the same as an "optimized tangent plane", but at least *a* tangent plane.

      • #5
        If you level and origin Z on PLN1, then ASSIGN/V1=MAXINDEX(PLN1.HIT[1..PLN1.NUMHITS].Z).
        Create a gneneric point with PLN1.HIT[V1].XYZ and then create a plane // to PLN1 through this point.
        You can also create a generic plane with PLN1.HIT[V1].XYZ and <0,0,1> as vector.

        Comment


        • #6
          You can also trying to use this Excel file, enter the XYZ values of hits of PLN1, and create a generic plane with values in the green box (you have to use solver and vba to make it work) - (it's the minimax tangent plane in versions after 2017 - I didn't find enough time to calculate the L2 constraint yet )

          Comment


          • AndersI
            AndersI commented
            Editing a comment
            The math professor strikes again! Thanks!

          • JEFMAN
            JEFMAN commented
            Editing a comment
            AndersI :
            I only calculate like this to :
            1 - check PC-DMIS results,
            2 - enhance the soft when something is missing...

        Related Topics

        Collapse

        • JEFMAN
          hight point plane
          by JEFMAN
          I constructed a high point plane from 32 hits. 8 hits are higher than the plane. I calculated a tangent plane with Excel that give better results......
          02-20-2013, 06:00 AM
        • mrnoname
          Plane to Plane
          by mrnoname
          Hi,
          I was wondering if anyone could tell me how PC-DMIS views a plane to plane dimension. What my boss would like to know is when you level and...
          10-24-2008, 12:14 PM
        • TigerShark
          High Point Plane
          by TigerShark
          Can you please tell me how High Point Plane works? I mean what happened behind the command when we select several points and use this Plane construction?...
          10-11-2007, 09:39 AM
        • DeWain Hodge
          Create Low Point Plane
          by DeWain Hodge
          I know how to create a plane to the highest point (most positive in axis) in a group of points. How do you create a plane to the lowest point (most negative...
          10-22-2007, 04:39 PM
        • bullseye
          high point plane
          by bullseye
          How many points do i need to do a high point plane? do i do these as individual points or do i need to make a setscan out of them like for profile?
          12-02-2011, 07:12 PM
        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎