i find information ONLY on 3 diff body types and if you hit convert there seems to be other types that they do not go into anywhere i look, i even hit help from fusion and when to watch videos on getting started , modeling , sculpting and NOT ONCE i herd anyone talking about brep or or any of the bodies found in Convert .
even in the picture below i have a model that i have convert so all parts are the same body type YET one or 2 are a diff color then the rest despite the fact that they are named the same body type in the tree.
then the next one is MESH TO BREP also i dont find no videos or nothing to read WHY have Convert if you have MESH TO BREP? arent they both doing the same thing ?
what i find myself trying to do is everything with this model, i want to sketch on it i want to sculpt it, pretty much i want to work on all body types till i get the model to look like what i want it to look like so then i can either 3D print it or send it to CAM
i feel like im asking toooo many questions about how bodies work and video arent explaining everything in the order i feel is best to grasp i think this file is a step, but i find myself asking this same question for importing STL or obj files as well and everyone has something diff to say and diff technics
i tried to share this file but FUSION makes it so hard for me to just locate the file in my pc and simply upload so i uess i wont be
i find information ONLY on 3 diff body types and if you hit convert there seems to be other types that they do not go into anywhere i look, i even hit help from fusion and when to watch videos on getting started , modeling , sculpting and NOT ONCE i herd anyone talking about brep or or any of the bodies found in Convert .
even in the picture below i have a model that i have convert so all parts are the same body type YET one or 2 are a diff color then the rest despite the fact that they are named the same body type in the tree.
then the next one is MESH TO BREP also i dont find no videos or nothing to read WHY have Convert if you have MESH TO BREP? arent they both doing the same thing ?
what i find myself trying to do is everything with this model, i want to sketch on it i want to sculpt it, pretty much i want to work on all body types till i get the model to look like what i want it to look like so then i can either 3D print it or send it to CAM
i feel like im asking toooo many questions about how bodies work and video arent explaining everything in the order i feel is best to grasp i think this file is a step, but i find myself asking this same question for importing STL or obj files as well and everyone has something diff to say and diff technics
i tried to share this file but FUSION makes it so hard for me to just locate the file in my pc and simply upload so i uess i wont be
Hi @Anonymous,
Sorry for the confusion around body types; there's certainly more we can (and should) do to clarify these. We are actually currently working on improving the UI and functionality of the Convert tool, so this kind of feedback is extremely valuable.
Some general clarification:
There are essentially 3 body types:
1. Solid/surface bodies — bodies created using the Model/Patch workspaces.
2. Sculpt bodies (aka T-Splines, aka Forms) — bodies created in the Sculpt workspace.
3. Mesh bodies — bodies imported from STL/OBJ data.
At a technical level, each of these three types are represented with different underlying math. For practical purposes, this means that you cannot interact two bodies of different types: you need to convert bodies so that they are of the same type before performing interactions between them.
Solid/surface is the 'core' body type in Fusion, so generally we recommend getting your model into this format eventually, since this allows you to use the full downstream toolset for assembly, manufacturing, simulation, etc. However, this all depends on what you eventually want to do with the model.
The conversion tool(s) are there to get your geometry into the desired format. The regular Convert tool currently does 3 types of conversion:
Then there’s the standalone Mesh to BRep tool, which converts directly from Mesh > Solid/Surface*. We didn’t originally add this to the Convert command because this is something of a 'raw' tool, which isn’t really a recommended way to get a clean solid/surface body from a mesh body. Using this tool, each facet on the mesh will be converted into a separate solid/surface face. This results in very heavy facetted data, which is often liable to encounter problems when used for downstream modelling. We made this available because sometimes this kind of result is acceptable/useful (e.g. if you don't intend to make shape changes after conversion). However, the recommended workflow - particularly for 'soft' shapes - is to Convert from Mesh to Sculpt first, then from Sculpt to Solid.
*(There’s also a BRep to Mesh tool, which goes the other way; but since we don’t currently have Mesh editing inside Fusion, the use cases for this are limited at the moment. This will become more useful when we add mesh modelling tools in Fusion).
Regarding your model:
From your images + description, it sounds like you want to get the shape into something you can model with, make some model changes, then manufacture this. Here’s how I might approach this:
For step 1: the way to convert these to Sculpt bodies depends on whether the imported mesh is a triangle mesh (= most faces are 3-sided; all STL files and some OBJ files will be triangle meshes) or a quad mesh (= most faces are 4-sided; some OBJ files will be quad meshes). You should be able to see this visually by changing the display style to ‘Shaded with Visible Edges Only’.
If the model is a quad mesh, you’re in luck - converting these to Sculpt bodies is super-easy. Just use the Convert command with the Mesh body filter, and you’ll be able to convert these to Sculpt bodies with a single click.
If the model is a triangle mesh, there’s no one-click solution unfortunately. You have a few options:
Once you have the bones as Sculpt bodies, coverting these from Sculpt > Solid should be as simple as clicking Finish Form (or Convert). Using this workflow, you should have nice, smooth, high-quality solid body representations of the original mesh data, which should give you what you need for 3D printing.
Hope this provides some help at least; I'm sure there may be follow-up questions, so more than happy to answer those if you have any.
Thanks,
Jake
Jake Fowler
Principal Experience Designer
Fusion 360
Autodesk
Hi @Anonymous,
Sorry for the confusion around body types; there's certainly more we can (and should) do to clarify these. We are actually currently working on improving the UI and functionality of the Convert tool, so this kind of feedback is extremely valuable.
Some general clarification:
There are essentially 3 body types:
1. Solid/surface bodies — bodies created using the Model/Patch workspaces.
2. Sculpt bodies (aka T-Splines, aka Forms) — bodies created in the Sculpt workspace.
3. Mesh bodies — bodies imported from STL/OBJ data.
At a technical level, each of these three types are represented with different underlying math. For practical purposes, this means that you cannot interact two bodies of different types: you need to convert bodies so that they are of the same type before performing interactions between them.
Solid/surface is the 'core' body type in Fusion, so generally we recommend getting your model into this format eventually, since this allows you to use the full downstream toolset for assembly, manufacturing, simulation, etc. However, this all depends on what you eventually want to do with the model.
The conversion tool(s) are there to get your geometry into the desired format. The regular Convert tool currently does 3 types of conversion:
Then there’s the standalone Mesh to BRep tool, which converts directly from Mesh > Solid/Surface*. We didn’t originally add this to the Convert command because this is something of a 'raw' tool, which isn’t really a recommended way to get a clean solid/surface body from a mesh body. Using this tool, each facet on the mesh will be converted into a separate solid/surface face. This results in very heavy facetted data, which is often liable to encounter problems when used for downstream modelling. We made this available because sometimes this kind of result is acceptable/useful (e.g. if you don't intend to make shape changes after conversion). However, the recommended workflow - particularly for 'soft' shapes - is to Convert from Mesh to Sculpt first, then from Sculpt to Solid.
*(There’s also a BRep to Mesh tool, which goes the other way; but since we don’t currently have Mesh editing inside Fusion, the use cases for this are limited at the moment. This will become more useful when we add mesh modelling tools in Fusion).
Regarding your model:
From your images + description, it sounds like you want to get the shape into something you can model with, make some model changes, then manufacture this. Here’s how I might approach this:
For step 1: the way to convert these to Sculpt bodies depends on whether the imported mesh is a triangle mesh (= most faces are 3-sided; all STL files and some OBJ files will be triangle meshes) or a quad mesh (= most faces are 4-sided; some OBJ files will be quad meshes). You should be able to see this visually by changing the display style to ‘Shaded with Visible Edges Only’.
If the model is a quad mesh, you’re in luck - converting these to Sculpt bodies is super-easy. Just use the Convert command with the Mesh body filter, and you’ll be able to convert these to Sculpt bodies with a single click.
If the model is a triangle mesh, there’s no one-click solution unfortunately. You have a few options:
Once you have the bones as Sculpt bodies, coverting these from Sculpt > Solid should be as simple as clicking Finish Form (or Convert). Using this workflow, you should have nice, smooth, high-quality solid body representations of the original mesh data, which should give you what you need for 3D printing.
Hope this provides some help at least; I'm sure there may be follow-up questions, so more than happy to answer those if you have any.
Thanks,
Jake
Jake Fowler
Principal Experience Designer
Fusion 360
Autodesk
@jakefowler this is such a detailed and well written response that it deserves to be posted on its own in the tips-&-tutorials section.
By all means, please keep the description Brep. No need to dumb the interface down. Fusion is an online tool so internet aces is a given and there is a nice description available on Wikipedia.
@jakefowler this is such a detailed and well written response that it deserves to be posted on its own in the tips-&-tutorials section.
By all means, please keep the description Brep. No need to dumb the interface down. Fusion is an online tool so internet aces is a given and there is a nice description available on Wikipedia.
Hello franks4romrwts,
The 'Shaded with Visible Edges Only' is a Display Setting, you can find this menu at the bottom of the UI.
Best regards,
Ludo
Hello franks4romrwts,
The 'Shaded with Visible Edges Only' is a Display Setting, you can find this menu at the bottom of the UI.
Best regards,
Ludo
i try to convert and it did not work
i try to convert and it did not work
Hi @Anonymous,
Thanks for sharing the files; will take a look into this. I can see some regions of the mesh that might need cleaning-up (e.g. around the ends of the teeth).
Are these the original mesh files? Or did you put these through Momento already?
Thanks!
Jake
Jake Fowler
Principal Experience Designer
Fusion 360
Autodesk
Hi @Anonymous,
Thanks for sharing the files; will take a look into this. I can see some regions of the mesh that might need cleaning-up (e.g. around the ends of the teeth).
Are these the original mesh files? Or did you put these through Momento already?
Thanks!
Jake
Jake Fowler
Principal Experience Designer
Fusion 360
Autodesk
actually that was pass by IM see past history i posted anout this multiple times, but i just did a memento process as well just lastnight and i had a great time playing with but kinda slow at computational, i did bring it in to fision and made an sculpt convertion but not of the full model i was forced to cut in half with the intensions of mirroring the other half omce i finished one that one side of model
actually that was pass by IM see past history i posted anout this multiple times, but i just did a memento process as well just lastnight and i had a great time playing with but kinda slow at computational, i did bring it in to fision and made an sculpt convertion but not of the full model i was forced to cut in half with the intensions of mirroring the other half omce i finished one that one side of model
@Anonymous - glad to hear you got something working!
I'll look into this some more as well; it should be possible to get a clean conversion of the original model with reasonably high fidelity (although I think the teeth would need to be mirrored at least, since a few of these didn't scan very cleanly).
BTW, the supports on either side of the mouth appear not to have scanned neatly either; were these something you wanted to keep/rebuild on the model? Or were you happy to discard these?
Thanks,
Jake
Jake Fowler
Principal Experience Designer
Fusion 360
Autodesk
@Anonymous - glad to hear you got something working!
I'll look into this some more as well; it should be possible to get a clean conversion of the original model with reasonably high fidelity (although I think the teeth would need to be mirrored at least, since a few of these didn't scan very cleanly).
BTW, the supports on either side of the mouth appear not to have scanned neatly either; were these something you wanted to keep/rebuild on the model? Or were you happy to discard these?
Thanks,
Jake
Jake Fowler
Principal Experience Designer
Fusion 360
Autodesk
Can't find what you're looking for? Ask the community or share your knowledge.