Page 1 of 2 12 LastLast
Results 1 to 12 of 14

Thread: imported curve from ipt or stp files are showing as serie of dip

  1. #1
    Registered ataxy's Avatar
    Join Date
    Jul 2005
    Location
    canada
    Posts
    969
    Downloads
    0
    Uploads
    0

    imported curve from ipt or stp files are showing as serie of dip

    now the problem is that it seems to be not only showing as dip but the toolpath then follows those dip to, in inventor 2009 the file is perfect surface are rounded but as soon as i imported i get this..:


    ps: system spec are
    P4 2.8ghz
    1.5gig ram
    quadro fx4000 256mb (similar core as GF 6800 ultra)
    pny driver for the card (quadro driver)
    Attached Thumbnails Attached Thumbnails imported curve from ipt or stp files are showing as serie of dip-untitled.jpg  
    Last edited by ataxy; 09-15-2009 at 02:13 AM. Reason: added info on hardware used for the software
    The opinions expressed in this post are my own. -Les opinions exprimé dans ce messages sont les mienne


  2. #2
    Registered Superman's Avatar
    Join Date
    Dec 2008
    Location
    Krypton
    Posts
    1,769
    Downloads
    0
    Uploads
    0
    I have not used Inventor
    I was going to say it's a graphic resolution setting that needed tightening up, until you stated that the actual toolpaths also follow the shape.
    Just to make sure its, can you follow the toolpath endpoints and linetype ( line or arc type ) when single stepping through the backplot toolpath ?

    There can be errors in converting, for example, where one CAD system may allow a 0.010" cusp tolerance when exporting, and the importing CAD system has the same 0.010", so you could have up to 0.020" cusp from the original design.

    Please explain the steps you follow to actually have the model in mastercam
    and any tolerance settings that can be set at each stage.

    In Inventor, can you create solids ?, then "Save as" as a STP file ?

    Solids tend to be more stable when taking then into another CAD package, where surfaces on the other hand, seem to be approximated, miss bits, not join together blah, blah, blah

    You would get better sufaces and curves for toolpathing if they were created within Mastercam when using the imported solid as the base shape, if needed

    IMO, import surfaces only, if the solids have errors.


  3. #3
    Registered ataxy's Avatar
    Join Date
    Jul 2005
    Location
    canada
    Posts
    969
    Downloads
    0
    Uploads
    0
    you got me there on one thing... what is a cusp?
    The opinions expressed in this post are my own. -Les opinions exprimé dans ce messages sont les mienne


  4. #4
    Registered ataxy's Avatar
    Join Date
    Jul 2005
    Location
    canada
    Posts
    969
    Downloads
    0
    Uploads
    0
    ok think i found the problem and its not mastercam related, but autodesk inventor related it seems that for as long as the file is not closed/saved and reoppened the curved feature are curved but if you save them and reopen them in inventor then they get all blocky. ok guess i have to find help regarding the way inventor saves the file.
    thx Superman for your help!

    but still for on a need to know basis, what is a cusp?

    edit:
    humm ok figured it out no problem just a weird coincidence it ended up that the problem is either from inventor or mastercam but rather from the lack of knowledge of ours trully

    contour was done with ramp motion and thus linearize helixes was ticked making it do linear movement that where fitting with the notch of the imported part (solid), the thing that made me revert to mastercam to see if the problem was there is the help section for the mastercam plugin in inventor in the output section that gives this explenation

    "When transferring parts and drawings between Inventor and Mastercam, the result is a featureless brick (a solid lump). You can, however, instruct Mastercam to create a wireframe model of the part. To do this, select Create Edge Curves in The Options dialog box. The Options dialog box appears when you select Mastercam X from the Inventor Tools menu."

    so basicaly in all this description its the "featureless brick (a solid lump). " part that got me thinking
    anyway case close hope this might help other with similar problem
    Last edited by ataxy; 09-15-2009 at 07:45 PM.
    The opinions expressed in this post are my own. -Les opinions exprimé dans ce messages sont les mienne


  • #5
    Registered Superman's Avatar
    Join Date
    Dec 2008
    Location
    Krypton
    Posts
    1,769
    Downloads
    0
    Uploads
    0
    Go to Mastercam HELP contents
    and search for "cusp"
    select "Filtering toolpaths" and also read "Total tolerance settings" link


  • #6
    Registered
    Join Date
    Aug 2008
    Location
    USA
    Posts
    64
    Downloads
    0
    Uploads
    0
    I may be wrong in my assumption here but, I think the problem you are describing is strictly a graphic display issue.

    Try this, zoom in on the part and you see the segmented display (this is done by design to accelerate graphic display). Once you are zoomed in click on the "Regenerate Display List" button (it looks similar to repaint but not the same function). It will ask to "Rebuild Display at Current Scale?" answer Yes and the segmented display will go away, you will then see smooth flowing lines.


  • #7
    Registered ataxy's Avatar
    Join Date
    Jul 2005
    Location
    canada
    Posts
    969
    Downloads
    0
    Uploads
    0
    yes that i found in inventor but i was wondering why in mastercam i could not get those to go but i have figured what i had done wrong for the toolpath part but would still like to see it displayed properly in mastercam for visual purpose only.
    The opinions expressed in this post are my own. -Les opinions exprimé dans ce messages sont les mienne


  • #8
    Registered Superman's Avatar
    Join Date
    Dec 2008
    Location
    Krypton
    Posts
    1,769
    Downloads
    0
    Uploads
    0
    To set screen display fineness

    --system config
    --shade settings
    --chord height ( try .0002" )
    ( large number = coarse display = quicker redraws )
    ( small number = fine display = slower everything )

    There are also numbers in the "tolerances" area that affect geometry and toolpath creation


  • #9
    Registered ataxy's Avatar
    Join Date
    Jul 2005
    Location
    canada
    Posts
    969
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Superman View Post
    To set screen display fineness

    --system config
    --shade settings
    --chord height ( try .0002" )
    ( large number = coarse display = quicker redraws )
    ( small number = fine display = slower everything )

    There are also numbers in the "tolerances" area that affect geometry and toolpath creation
    thx alot this seem to do the trick
    The opinions expressed in this post are my own. -Les opinions exprimé dans ce messages sont les mienne


  • #10
    Registered
    Join Date
    Aug 2008
    Location
    USA
    Posts
    64
    Downloads
    0
    Uploads
    0
    FYI ataxy....what I described above was for Mastercam not Inventor


  • #11
    Registered ataxy's Avatar
    Join Date
    Jul 2005
    Location
    canada
    Posts
    969
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Toonz View Post
    FYI ataxy....what I described above was for Mastercam not Inventor
    Yeah i tried it but it did not change the display so far only what superman said worked, i know have to zoom in alot before i start to see them but still i wish it wouldnt but for now at least the visual is acceptable and the toolpath have no more problem.
    The opinions expressed in this post are my own. -Les opinions exprimé dans ce messages sont les mienne


  • #12
    Community Director cadcam's Avatar
    Join Date
    Apr 2003
    Location
    United States
    Posts
    3,135
    Downloads
    0
    Uploads
    0
    Thank you Superman for pointing this out I was going to post that this was the issue. but I read on I found that you posted the issue.

    All should know that superman is a really helpful person and has a High understanding of Mastercam from my reading's.
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
    Cadcam
    Owner, contract Programming and Consultant , Mastercam Instructor and on line trainer at www.eapprentice.net
    Some tips: http://www.youtube.com/PrecisionProgramming


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Can't use imported DFX or DWG files
      By cijunet in forum GibbsCAM
      Replies: 4
      Last Post: 10-07-2008, 08:00 PM
    2. sketchup help using imported 8021 files
      By northernmach in forum CNCzone Club House
      Replies: 0
      Last Post: 04-21-2008, 10:58 PM
    3. strange cross hairs in imported files
      By Joe Miranda in forum BobCad-Cam
      Replies: 3
      Last Post: 12-14-2007, 08:27 AM
    4. Changing imported files
      By cncuser1 in forum Mastercam
      Replies: 3
      Last Post: 04-11-2007, 08:09 PM
    5. DXF files imported to Autocad
      By Spitfire in forum Autodesk Software (Autocad, Inventor etc)
      Replies: 10
      Last Post: 09-27-2006, 10:32 AM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.