MoI discussion forum
MoI discussion forum

Full Version: Modelling questions

Show messages:  1-3  4-23  24-43  44-58

From: Barry-H
3 Feb 2019   [#24] In reply to [#16]
Hi Bravlin,
I un-trimmed your surfaces and found a problem wilt the 2 faces shown in the photo they do not extend far enough to be trimmed by the vertical planar. Anyway having overcome that I made a solid of the body (no cutaways) and a solid to Boolean subtract (with cutaways)
to get the finished Solid.
The difference between top and bottom curves is 0.19 don't know how important maintaining this is ?
I generated the curves similar to how you have done but then extended them by using the extend tool.
This allowed spare for trimming.
Hope this helps
Barry





Image Attachments:
Rebuild.png  Solids.png 


From: Bravlin
4 Feb 2019   [#25]
Thank you for the effort Barry-H.
My question is more about approach and limitation i guess.
To better know the boundaries of a program and algorithms of work.
We established that secure patch creation limited by one plane without tilt.
For other cases we shall use other software (solid, rhino etc). Which have patch tool but also
have there own limitation by form and curvature of result surface.
Also thanks for reminder about negative shape boolean approach.
From: Barry-H
4 Feb 2019   [#26] In reply to [#25]
Hi Bravlin.
attached for reference purposes is the solid I created which maintains the 0.19 tilt.
Cheers
Barry
From: Bravlin
6 Feb 2019   [#27]
I tried reproduce Barry-H negative boolean approach.
But already have one additional question.
I dunno how does you reconstruct such a clean boolean shape(blue layer shape).
If we select naked edges and then join them we would have pretty messy curve.
And if we use rebuild curve operator even with Tolerance: 0.001 we would lose straight part of curve.
So i guess that this boolean shape was constructed from original curves and surfaces (light ones).
So, can you please share, how did you do that ?

Image Attachments:
Q_02a.png 


From: Barry-H
6 Feb 2019   [#28] In reply to [#27]
Hi Bravlin,
I select the edges from the flat faces each end I want to use copy them to clip board and paste back thus giving me curves not edges
that can be used to make the Boolean shape.

Cheers
Barry


Image Attachments:
Screenshot (280).png 


From: Bravlin
6 Feb 2019   [#29]
Its strange. Ctrl+C, Ctrl+V creates pretty messy and dense curves. It also creates lots of them not the one closed curve.
From: Barry-H
6 Feb 2019   [#30] In reply to [#29]
Hi Bravlin,
Select these edges each end copy paste and join.
You then need to extend the lines I showed in the previous post.
Join with lines to complete the Boolean profile.
Barry


Image Attachments:
Screenshot (302).png 


From: Michael Gibson
6 Feb 2019   [#31] In reply to [#29]
Hi Bravlin,

re:
> Its strange. Ctrl+C, Ctrl+V creates pretty messy and dense curves.

Often times curves from intersections can be pretty dense. It's normal and not usually a problem since you won't normally be control point editing such curves.


> It also creates lots of them not the one closed curve.

You'll get one curve for every edge that was selected. Alternatively you can directly use Edit > Join on multiple selected touching edges to make a closed curve result without doing Ctrl+C/Ctrl+V first.

- Michael
From: Bravlin
12 Feb 2019   [#32]

Frenchy Pilou (PILOU), thanks for your advice about sphere.
Today i stuck with rail and profile approaches and your advice really helps.


The result so far looks like this.


And the profile try looks like this one. I'm still bad at cad surface creation.

So if someone wants to share its own try it would be great.
This part is well known M. A. Nash mech (hope he never know)

Attachments:
TRY.3dm

Image Attachments:
Nash.jpg 


From: Frenchy Pilou (PILOU)
12 Feb 2019   [#33] In reply to [#32]
For this sort of thing only patience is necessary! ;)
From: Bravlin
13 Feb 2019   [#34]
By the way, what's wrong with that curve ?
When i add point it jumps away.
https://www.dropbox.com/s/ez69mpi45g985m2/WJW0Sy3GRX.mp4?dl=0

Attachments:
M_CURVES.3dm


From: Michael Gibson
13 Feb 2019   [#35] In reply to [#34]
Hi Bravlin, that looks like a bug, I will investigate.

You can add a point by knot insertion instead of control point insertion though. That's when you click directly on the curve instead of on the control polygon. It's easiest to do that if you have control points turned off when you are in Add pt and then click on the curve. That will refine the curve in that general area without changing the shape of the curve.

It's normal when adding a control point to the control polygon that the shape of the curve will change a bit but the new control point is not supposed to shoot off like that.

- Michael
From: Michael Gibson
13 Feb 2019   [#36] In reply to [#34]
Hi Bravlin, the bug has to do with the curve being a rational curve which means it has additional weight values in addition to the x,y,z coordinates for every control point. Usually only exact conic section curves like arcs, circles, and ellipses use weights. This one probably has them from combining an exact arc with a neighboring curve.

I'll see if I can get it to behave better.

- Michael
From: Michael Gibson
13 Feb 2019   [#37] In reply to [#34]
Hi Bravlin, yes it was a bug in handling inserting control points into a rational curve that has weights. It's fixed for the next v4 beta, thanks for reporting it.

- Michael
From: Bravlin
13 Feb 2019   [#38]
Q_03: Hope it's not too much if i ask 2 questions one day. Got another shape-question.
We discussed earlier the network-operator approach. And for smooth shape it works great.
But today i tried to use this approach to construct this shape. This shape a bit more complex but still have rounded sides.
I spend half of a day in attempts to create clean shape and generate plenty of guesses in a process.
So if it possible can you share some guides rules to network operator according this shape.

I attached project file that have 2 layers.
On layer "L_09" i trimmed profile curves in direction of middle line, and on layer "L_10" i trimmed it in axis direction.
But i guess since we have shape that do not have equal sides its not an issue.




In result we should have something similar to that shape.

Attachments:
MQ_005.3dm

Image Attachments:
PIC001.png  PIC002.png 


From: Michael Gibson
13 Feb 2019   [#39] In reply to [#38]
Hi Bravlin, sorry I'm not fully understanding your Network question. Is it that you would like it to make a shape as if it had already filleted edges in one single application of Network?

That will be difficult since Network builds one single surface result (which will be split up at any sharp corners) and it is difficult to make a single surface that goes through a localized significant change in shape like a fillet transition.

In general it's best to use Network to build one smooth surface which has a regular 4 sided boundary. It isn't generally very workable to try and build what should be a multi surface model out of one single Network.

Over time I have noticed a kind of recurring pattern that people with a poly modeling background really like to draw all the 3D edges of their model and then want to use Network to fill it in. But with NURBS modeling usually it is better to make extended pieces that do not have pressure applied to their boundaries, that's how you get high quality surfaces. Then some of your final edges come from intersections like trims or booleans rather than trying to do it all with directly constructing surfaces to an irregular boundary.

- Michael
From: Bravlin
14 Feb 2019   [#40]
Michael thanks again for your answers. Hope i not too annoying you with this those nooby questions.

Such small fillet is not required, its better if rounded edge would have wider angle. It would be hard i guess to mimic that fillet result via Network operator.
I just want to understand the logic and rules that network use. I can't understand what exactly cause the problem with this shape.
- Is it a center spot that i used to divide edge profiles on equal parts.
- Or its an angle that i choose to divide profiles.
- Or maybe the different number of points in rail profiles.
- Or its maybe a sharp points in curves.
- ... etc.

I now know how to build rounded shapes like those that we build in Q_01.
But for more square like shapes that also have smooth edges and tilt (so they not easy to trim or extrude) i still don't know what to do.
The trim approach and extrude creates sharp corners and i need this shape as one piece(or 2 mirrored pieces).

The result shape on a picture is a combination of extrude, trim and loft. But if you look on it, shape lack of continuity and smoothness on edges.
That's why i want it in one piece. I know that for such shapes it would be easier to make it in polys and import to moi.
But i want to learn the cad approach and its limitations.
From: Michael Gibson
14 Feb 2019   [#41] In reply to [#40]
Hi Bravlin,

re:
> I can't understand what exactly cause the problem with this shape.

Well a few different things - too much variation in shaping between stations, like you have tight bends in the corners and then those collapse down to a pole point for the next station. There shouldn't be so much variation between profiles.

When collapsing down to a pole it's best for the shape to resemble a circle before the pole, something more like the attached file. But overall it's not a feasible shape to try and do with one single surface with poles.

Little skinny pieces are because of sharp corners not being aligned to the other direction's curves:






> The result shape on a picture is a combination of extrude, trim and loft.
> But if you look on it, shape lack of continuity and smoothness on edges.

Can you post the model file so I can get a better look at it?


> But for more square like shapes that also have smooth edges and tilt (so they not easy to
> trim or extrude) i still don't know what to do.

You build an extrusion that is straight and has flat ends initially, then introduce tilt by cutting it with a side profile, something like:









- Michael

Attachments:
MQ_005_2.3dm

Image Attachments:
BravlinNetwork1.jpg  BravlinNetwork2.jpg  Bravlin_boolean1.jpg  Bravlin_boolean2.jpg  Bravlin_boolean3.jpg  Bravlin_boolean4.jpg 


From: Michael Gibson
14 Feb 2019   [#42] In reply to [#40]
And if you wanted to fillet it you'd also generally avoid building these tight bends into the profile to start with, since that will limit the fillet to have to be smaller than that tight bend to avoid bunching up on itself:



- Michael

Image Attachments:
Bravlin_boolean5.jpg 


From: Bravlin
14 Feb 2019   [#43]
>you have tight bends in the corners and then those collapse down to a pole point for the next station.
Sorry i am not sure if i understand it right. I tried to understand what you mean from project file you provide, but i don't understand what those circles mean.

Oh maybe you mean this difference in shapes ? Yes the profile in center should have the shape of a rail curve flatten.


>Little skinny pieces are because of sharp corners not being aligned.
How they should be aligned ? I checked all profile curves (except rails) to doesn't have tilt.
I also tried to build them such a way so they touch rail curves with control points but it doesn't help much.

I attached a project file with result shape i construct with extrude, loft, shamfer and fillet.

> But for more square like shapes that also have smooth edges and tilt (so they not easy to trim or extrude) i still don't know what to do.
This one in result have sharp edge here.


And if you try to create tilt on a rounded corner part by trimming or extrude you lose roundness.


You may create loft surface (not solid) and boolean-merge it. But the result edge that connect loft part and extruded part also will be sharp.

Attachments:
MQ_0051.3dm

Image Attachments:
PIC003.png  PIC004.png  PIC005.png  PIC006.png 


Show messages:  1-3  4-23  24-43  44-58