Jump to content

Cylinder edit vertices on top


Dieterich
 Share

Recommended Posts

As I said, you could do a curved path in the upper part http://www.babylonjs-playground.com/#MYAL6U#10

and you could also add as many steps as you need on the lower part, not necessarily all aligned together, just make some tests to get the wanted shape

 

this one reminds me something but I can't tell what : http://www.babylonjs-playground.com/#MYAL6U#11 :D

Link to comment
Share on other sites

@jerome I thank you all the time for your dedication to helping me. creative answer #11, ??

well, we're almost reaching for what I really need.

It may be difficult for me to express myself here, but in fact I need to use different levels that go up and down at different points in an arc/radius

see the image below:

red dot = N cables
circle Blue = N arcs
line gray = Surface that can go up/down depending on the product level

I do not know if there is a slightly different shape instead of curves?

tanx dude!

img-topview-product-level.png

Link to comment
Share on other sites

@Dieterich a belated welcome to the forum from me. I think I am right in saying that you will only ever get a pointed top to the grain using a tube because the cap uses a barycenter. Using a bezier surface you can get a more curved top, however the issue is that you cannot get a true circle with a bezier surface. In the following PG the boundary control points are fixed to form an approximate circle lying on a sloping plane. The central control points, indexes 1, 1, 1, 2, 2, 1, 2, 2 are changed in an animation to show the different types of top you could get. The equation to vary the inner control points is not the only one to use on these points. Hope this is of use

https://www.babylonjs-playground.com/#KT9EE7#7

Link to comment
Share on other sites

Well, I'm impressed with all answer's. Each made me learn something about the Babylon.js, and getting closer and closer to what I need. 

@JohnK how up and down the center point? and how create more points?

I have only this points 

controls[1][1].y = 6;
controls[1][2].y = 6;
controls[2][1].y = 7;
controls[2][2].y = 7;

 

@Pryme8 I have not clarified my doubts yet.

thank you so much

Link to comment
Share on other sites

30 minutes ago, Dieterich said:

how up and down the center point? and how create more points?

A bezier surface only has 16 control points https://en.m.wikipedia.org/wiki/Bézier_surface

https://www.babylonjs-playground.com/#KT9EE7#3

This was an idea for the grain a tube is still best for the silo.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...