College Project-Software Recommendations

Discussion in 'Software' started by TraceyC, Mar 22, 2005.

  1. TraceyC
    Joined: Mar 2005
    Posts: 3
    Likes: 0, Points: 0, Legacy Rep: 10
    Location: Fargo, North Dakota

    TraceyC New Member

    Hi
    I am a senior in college and I am working with a company that locally produces jet boats for part of my project. I have to choose a CAD program for them so they can design their boats. I have looked at Rhino, Solid Works, and Pro/E. The software package that is leading the pack is Solid Works but I get the feeling that an additional software package needs to be purchased for the hull design like ProSurf. Does anyone have any suggestions on software that has worked better for fiberglass boats? Also, if they did purchase solid works would the add-on software run inside that program to design the hulls or would you have to export the files into the hull software?

    Thanks
     
  2. mackid068
    Joined: Feb 2005
    Posts: 857
    Likes: 0, Points: 0, Legacy Rep: 10
    Location: CT, USA

    mackid068 Semi-Newbie Posts Often

    Maybe try Maxsurf. I've heard good things about it.
     
  3. CGN
    Joined: Jan 2003
    Posts: 547
    Likes: 9, Points: 18, Legacy Rep: 138
    Location: MX

    CGN Senior Member

    There is no magic box (or "magic CAD"), if they are going to produce their own models inhouse for production, then Autocad, Maxsurf, Rhino3D, RhinoCAM and Solidworks is a good combination, if they want to design they can add hydromax and swiftcraft for stability and propulsion calculation.
     
  4. Andrew Mason
    Joined: Mar 2003
    Posts: 397
    Likes: 18, Points: 18, Legacy Rep: 206
    Location: Perth, Western Australia

    Andrew Mason Senior Member

    As you are a student you are eligible to download a copy of Maxsurf Academic, it is a fully functioning 3 surface version of Maxsurf.

    I would recommend Maxsurf for the hull design side of things with either Solid Edge or Solidworks to do the detail moulding design.
     

  5. Tim B
    Joined: Jan 2003
    Posts: 1,438
    Likes: 59, Points: 0, Legacy Rep: 841
    Location: Southern England

    Tim B Senior Member

    I don't know how much programming you have done, but Rhino will output a raw-triangle file with triangles defined as:
    object x
    x0 y0 z0 x1 y1 z1 x2 y2 z2

    this is enough data to write a simple program to integrate up the volume below the waterline with reasonable accuracy, and also work out the centre of bouyancy.
    The way I do it, is generally to use Rhino exclusively, and to write my own pieces of code based, either on that output, or on control-points and a proper surface to give me hydrostat data.

    Good Luck.

    Tim B.
     
Loading...
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.