Hi everyone,
I am new to the forum but have used solidworks in my school. I am a recent graduate and am trying to learn more about SW. I hope i posted in the right place if not please direct me and i will post it accordingly.
I have downloaded a file from grabcad.com of a motorcycle which has .obj extension. How can i work with the file in SW?
I opened the file in SW and all i got is the following model which i cant break apart or see the parts involved.
I just want to see all the parts involved and get a better look as i am trying to rebuild a similar motorcycle in my garage.
Please help me to figure this out.
Thank you
hello,
An OBJ file consists of triangular facets, or quads (which are really two paired triangles). SolidWorks describes surfaces mathematically, not as a finite set of points, like a triangulated file.
Bringing a triangulated file into SolidWorks does not usually give you anything usable, except as a modeling reference. Each triangle gets converted into a surface, and you are limited to about 15,000 surfaces in a solid object (somewhat more if you have an open surface).
If you convert your OBJ to an STL (or VRML/WRL), you can import it, but if it has more than approx 15,000 triangles it will not import as a solid body (import options). You can try surface body, which will allow slightly more triangles. Using the graphics body import options will allow you to import with millions of triangles, but you wont be able to snap to any geometry or extract any geometry, so its useful only as a visual reference.
I think the best way to do this is use a program like Blender (free) that work with polygons or triangles and will let you view and easily hide or delete portions of the model so you can see the inner details.