I’m struggling with one (easy for expert?) issue.
As in the picture I placed surface on network curves. The curves are given.
By now only profiles are tanget to the red edges, enything between looses tangency.
How to make “smart” surface which tanget betwen profiles to the edge?
Hi Codi - if you extrude the long curves and use the edges of this extrusion as the NetworkSrf inputs there rather than the curves, you will be able to set tangency in the NetworkSrf controls.
Also, using just the curves, SetSurfaceTangent might help but I don’t know if the result is the same, exactly, as making the surface tangent to an extruded surface from the NetowrkSrf controls.
I’ve tried do my best and implemented recommended ways.
The surface now is tangent to curve (actually to extruded curve) but on a short distance there is a large distortion.
It looks like “tangency” is modifing the surface in a tight neighborhood of the tangent direction to the edge.
Below trials which I did:
There is sudden tangency change between profiles in a short distance on the surface. The effect is seen in a surface analyze.
Both guiding profiles are “smooth” and the isocurve between them are “tangency bend” just before extruded edge. It is clear visible when there is larger difference between shape of profiles and their size (begining of the shape).
@Dear davidcockey
Yes, I’m trying to figure out how to make region, next to the red edges, smooth like on the profiles 1 & 2. In my imagination sections between profiles 1 & 2 should be similar to profiles generated by “tween” function
@Dear pascal
You are right, tangency is correct -> there is one issue still existing (my headache now) -> it changes rapidly just before red edge line. Profiles 1 & 2 are “smooth” (actualy profile 1 is half circle, so it has constant tangency).
On the isocurves I mark it in red circle (previous post).
I did offset not by -0.5 but -5 and it becomes like in the picture below.
It is even more clear at the end of shape…
What could be a right a way to build a primary surface in a such a way, that after offesting it by -5, the new one would be without red circled “bumps or deflections”?
Hi Codi - Well, I still say the best way to do this is with matching curves and a series of simple surfaces. NetworkSrf makes a dense surface, so the second row of points, which set tangency, is very close to the edge, which is what is driving that curvature up near the edge. But, my surface posted above offset cleanly, I think.
Above screens are with your surface after offset -5 mm.
The best results which I tried is with 2 rails (profile 1 & 2 works as a rails) and cross sections are 3 lines (below picture).
The result is … perfect … again there is one “but” … it works only on separated segments
If I split the shape for segments and treat all of them with “2 rails” - the tangency between segments is different and so far I didn’t find a way how to connect them smoothly.
Any ideas?
Hi Pascal.
First of all thank you for your contribution and support!
I apreciate your suggestions which helped me to work out the best solution to me. Hint with “SetEdgeTangentDirection” was like dot over i
I belive I found the way which gives to me a perfect result.
If there is a easier way I would appreciate any feedback.
Maybe it will be helpfull to others, so I will describe my way:
copy a lines which define the outline
split a copied lines according to section
for each part (2 sections and 3 lines) make a Sweep2Rails (rails are the section)
use a Contour with a pitch which is satisfactionary to your need (here 10mm)
surfaces from Sweep2Rails and splited lines can be deleted
what stays is 3 lines (outline) and a lot of sections - use SurfaceFromNetworkOfCurves
use SetEdgeTangentDirection to make edges perfect in tangency