Show messages: All
1-12
13-19
From: pressure (PEER)
Hi Christian,
Re:
> the "losses" when folding and the unflattening parts depend from the
> folding tools witch will be used and the material quality
Yes that's exactly why I want to send the manufacturer a 3D model. I want the manufacturer to calculate the bending losses for me.
- Peer
From: pressure (PEER)
OK I got to the bottom of the problem. Surfaces generated by Sweep are non-analytic. Not just planar faces, but also the cylindrical faces at the bend.
Attached is a model made with Extrude and Revolve that works. Should have thought of this earlier since it's not the first time that a non-analytic result from Sweep has tripped me up.
- Peer
Attachments:
full analytic bend.3dm
full analytic bend.stp
From: Michael Gibson
That's great Peer! It would be cool to see some of the metal parts when you get them made.
- Michael
From: Mik (MIKULAS)
Hi Peer,
Does full analytic bend.3dm and full analytic bend.stp exported with this NURBS Export settings?
WriteAnalyticCurves=y
WriteAnalyticSurfaces=y
Hi Michael,
I would like to deeply understand of NURBS Export settings, may I ask you for your explanation in which case we should use "y" or "n" parameter in MoI ini file?
Thank you very much.
Mik
From: Michael Gibson
Hi Mik,
re:
> I would like to deeply understand of NURBS Export settings, may I ask you for your explanation
> in which case we should use "y" or "n" parameter in MoI ini file?
The case where you could benefit from switching it is if a receiving application works better with one or the other.
It depends on the behavior of the application you're sending it to.
When WriteAnalyticSurfaces=n then surfaces will be written to STEP format as a general B_SPLINE_SURFACE entity. When WriteAnalyticSurfaces=y then surfaces that are planes, cylinders, cones, or spheres will be written as a specialized entity type like PLANE, CYLINDER_SURFACE, etc...
Most of the time if the receiving app cares about analytic geometry they will examine general surfaces and automatically detect if they are actually planes, cylinders, cones, or spheres so it doesn't make any difference. But in certain cases (as Peer encountered here) that might not be how the importer works.
- Michael
From: pressure (PEER)
Hi Michael,
Re:
> It would be cool to see some of the metal parts when you get them made.
Sure here's a pair of sheet metal brackets I made by hand using MoI dimensioned drawings.
- Peer
From: Mik (MIKULAS)
Hi Michael,
OK, I understand.
Thank you.
Mik
Show messages: All
1-12
13-19