• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Bezier Curves - How would you use them?

scruffyduck

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
34,981
Country
unitedkingdom
I am working on Bezier curve helper. Playing around with it leads me to think that the standard tools for creating the helper shape are not much help. I am assuming that such a shape would be used to draw a curved line against some specific points on the airport. I think I am going to need to create a special tool for this since the standard helper shape geometry does not lend itself to this - I spent ages trying to match a 'traditional helper' bezier.

Beziers are created using three or four points. ADE draws them already for taxi path junctions.

Before I head down another rat hole I would like some ideas on how you would use Bezier curve GP Custom Ground Lines.....


PS I was surprised to find that Bezier curves were 'invented' sometime in the 1960's by Pierre Bezier who worked for Renault. It seems a lot of the curves in your car, truck or whatever are Bezier curves
 
I don't think I would use them since they would need to be linearised.

Bezier curves are a simplification of cubic b-splines.
 
I don't think I would use them since they would need to be linearised.

Not sure what you mean by that George :o
 
Hi Jon. The attached screenshot of a portion of the apron at my CYYJ illustrates use of Bezier curves with ground ppolys.

Don
 

Attachments

  • CYYJ Apron.jpg
    CYYJ Apron.jpg
    625.8 KB · Views: 522
Exactly. I would use it also to draw parking and taxi center and edge lines.
But that would be for polylines only and the ideal would be to be able to use it for polygons as well.

PS Maybe you can find some inspiration in GSU?
 
Hi Jon,

I think Bézier curves would be useful. When I worked on my gpoly tool a few years ago I also tried to implement them. I think there are very useful to make curves. You just set the start and end point and then with one or two control points you can usually get the shape you want.
 
Back
Top