• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    Valued Contributor
    Posts: 79
    Registered: ‎11-26-2008

    Shortest distance across irregular surface

    255 Views, 11 Replies
    11-19-2012 07:38 AM

    Quite often I need to measure shortest surface distance between two points (electrical tracking diatance) as in pic below. I can do it iteratively by taking a range of slices out of the part (2nd pic) and measuring the cut edge length but it's quite meticulous and time consuming. Anyone have a better/easier/faster way to do this? .ipt attached.

    Thanks,

    Jon.

     

    2012-11-19 09_49_59-Autodesk Inventor 2010 - [Part2.png

     

    2012-11-19 10_11_27-Autodesk Inventor 2010 - [surface distance.png

    Please use plain text.
    *Expert Elite*
    Posts: 21,726
    Registered: ‎04-20-2006

    Re: Shortest distance across irregular surface

    11-19-2012 08:40 AM in reply to: Cnoj

    I get error that file not checked out to me, but -

     

    Not sure what the red and green cylinders are for.

    Create axis through surface at desired point.

    Create workpoint at intersection of surface and axis.

    You can now measure distance between these workpoints.

    Please mark this response as "Accept as Solution" if it answers your question.
    -----------------------------------------------------------------------------------------
    Autodesk Inventor 2013 Certified Professional
    Autodesk AutoCAD 2013 Certified Professional
    Certified SolidWorks Professional
    Inventor Professional 2013 SP 1.1 Edu 64-bit
    GeForce GTX 560M i7-2670QM @ 2.2GHz 8GB RAM
    http://home.pct.edu/~jmather/content/DSG322/inventor_surface_tutorials.htm
    http://www.autodesk.com/edcommunity
    Still waiting for -Draft option on any Rib feature.
    Please use plain text.
    Valued Contributor
    Posts: 79
    Registered: ‎11-26-2008

    Re: Shortest distance across irregular surface

    11-19-2012 09:05 AM in reply to: JDMather

    Does the check-out error stop you from opening the file? I just use Save As to remove check-out flags if I can open them.

     

    The red/blue cylinders are the points I'm trying to measure between. If they were electrical terminals at high PD then electricity would 'track' across the surface taking the shortest path betwen terminals.

     

    I don't fully understand your solution but it sounds like it would measure a straight line distance. I need the length of a curvy path following the surface.

     

    Also I should add that my cutting solution from first post isnt ideal as it can only find paths that stay on a single plane, which won't always be the case.

     

    If you can open my model and move the EOP down you should see my single plane attempt.

    Please use plain text.
    *Expert Elite*
    Posts: 21,726
    Registered: ‎04-20-2006

    Re: Shortest distance across irregular surface

    11-19-2012 10:21 AM in reply to: Cnoj

    Cnoj wrote:

     

    If you can open my model and move the EOP down you should see my single plane attempt.


    I can open the file just fine.  There is nothing below the EOP in the file you attached - so I didn't understand what you were trying to do.  I thought you were after a straight line distance.

    Please mark this response as "Accept as Solution" if it answers your question.
    -----------------------------------------------------------------------------------------
    Autodesk Inventor 2013 Certified Professional
    Autodesk AutoCAD 2013 Certified Professional
    Certified SolidWorks Professional
    Inventor Professional 2013 SP 1.1 Edu 64-bit
    GeForce GTX 560M i7-2670QM @ 2.2GHz 8GB RAM
    http://home.pct.edu/~jmather/content/DSG322/inventor_surface_tutorials.htm
    http://www.autodesk.com/edcommunity
    Still waiting for -Draft option on any Rib feature.
    Please use plain text.
    Valued Contributor
    Posts: 79
    Registered: ‎11-26-2008

    Re: Shortest distance across irregular surface

    11-19-2012 10:53 AM in reply to: JDMather

    Sorry about that. Here's the correct part file.

     

    WP3_offset param adjusts the angle of the 'measurement cut' which I'm using to get an edge to measure the length of.

    Please use plain text.
    Valued Contributor
    Posts: 79
    Registered: ‎11-26-2008

    Re: Shortest distance across irregular surface

    11-20-2012 06:41 AM in reply to: Cnoj

    Here's another one. Pretty obvious that the shortest surface path from red to blue will not lie on a single plane.

     

    Any ideas how you could plot/measure it?

     

    surfdist2.png

    Please use plain text.
    *Expert Elite*
    sam_m
    Posts: 452
    Registered: ‎11-05-2003

    Re: Shortest distance across irregular surface

    11-20-2012 07:11 AM in reply to: Cnoj

    if it's an obviouse "as the crow flies" straight line between 2 points along/around an object then could offset a plane above the points, create a 2d sketch with a line joining the 2 points, then 3d-sketch and intersect that line with the object to give you the creepage-path along the surface.  Use measure loop to get the length.

     

    But... if it's something like the 2nd example where the shortest path isn't necessarily obvious (presumably direct to the "finger" and then around it instead of over the top) then i think you'll need to be creative and draw the expected path on the 2d sketch before intersecting in the 3d sketch.  Can't think of an obvious "minimum distance between 2 points but following a surface" which is what I believe you're after.

     

    However it's done it's going to be an approximation as there's probably too many variables in the real-world which would affect the creepage-path (surface contamination/humidity/etc.)

    ----------
    Please mark this response as "Accept as Solution" if it answers your question - but note that the solution may not be the answer you're wanting to hear...

    Lithium - helping nntp users with mania, depression and headaches
    Please use plain text.
    Distinguished Contributor
    LT.Rusty
    Posts: 237
    Registered: ‎10-23-2012

    Re: Shortest distance across irregular surface

    11-20-2012 07:23 AM in reply to: sam_m

    Create plane, project cut edges, measure loop?




    ___________________________________________________________
    Product Design Suite Ultimate 2013
    Autodesk Inventor 2013 Certified Professional

    Dell Precision T1600 (Xeon E3-1280 / 16GB / 512 GB SSD / 250 GB (Internal) / 1 TB (External) / Quadro 600)
    Toshiba Satellite P755-S5269 (i7-2630QM / 8 GB / 250 GB SSD / 750 GB HDD / GT540M)

    Please use plain text.
    Valued Contributor
    Posts: 79
    Registered: ‎11-26-2008

    Re: Shortest distance across irregular surface

    11-20-2012 07:35 AM in reply to: sam_m

    "Can't think of an obvious "minimum distance between 2 points but following a surface" which is what I believe you're after."

     

    That's exactly what I'm after, Sam_m. I'm not at all worried about real world stuff, just cad world for now :smileyhappy:

     

    Please use plain text.
    *Expert Elite*
    sam_m
    Posts: 452
    Registered: ‎11-05-2003

    Re: Shortest distance across irregular surface

    11-20-2012 07:43 AM in reply to: LT.Rusty

    Rusty, it's not a simple cut with a plane tho.

     

    Look at the cylinder with a finger example picture - a straightforward cut would cut the finger in half and provide a "shortest path" going up and over the finger (red path in drawing)

     

    But, if you were an ant wallking from the red to blue points you'd walk in a straight line to the finger, to a point tangential with the path, then around nearly 1/2 the finger's circumference, to a point tangential to the straight-line to the blue-point - isn't that the shortest path? (green path)

     

    original1.jpg

     

     (sorry for crude quick drawing - hope it makes sense...)

     

     

    ----------
    Please mark this response as "Accept as Solution" if it answers your question - but note that the solution may not be the answer you're wanting to hear...

    Lithium - helping nntp users with mania, depression and headaches
    Please use plain text.