|
|
|
|
|
by mk_stjames
357 days ago
|
|
It's really hard to explain if you don't know how CAD kernels produce final BREP shapes via their process trees, but, try give an example-
something like "this is a 2mm fillet" requires a 'fillet solver' that is deeply ingrained in the kernel. It isn't something that would ever be portable, say, from Fusion360 to CATIA natively because those are completely different kernels with different ways of 'solving' the model (and not just fillets, but, everything). That is why STEP containing the final BREP manifold solid is the standard interchange that it is - it is a final representation of the solved output that IS portable, and anything else is... difficult. |
|