<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I'm working on developing a parametric mesh based on bezier curves, but I noticed that Gmsh is having issues with the bezier curves. The syntax I am using is basically in the form:<br>
Point(1) = {...}<br>
Point(2) = {...}<br>
Point(3) = {...}<br>
Point(4) = {...}<br>
Bezier(1) = {1, 2, 3, 4}<br>
<br>
Which creates multiple lines (that is thought to be one in the GUI), with only one being the true bezier curve. When I use:<br>
BSpline(1) = {1, 2, 3, 4}, the problem goes away and I end up with a single curve, but of course the shape is not what I would get using a bezier curve with the same control points.<br>
<br>
I require 3rd-order bezier curves for my research - does Gmsh no longer support bezier curves? I am running version 2.5.1 on Linux. I am new to Gmsh and found very little online about bezier curve usage w/ Gmsh.<br>
<br>
Attached is my .geo file. The values I have in there now will give circular arcs for bezier curves (3 & 4). I also attached a screenshot of my issue when I use this .geo file.<br>
<br>
Any guidance would be appreciated.<br>
<br>
Thanks,<br>
<br>
Michael Hayek<br>
Masters Candidate<br>
Aerospace Computational Design Lab<br>
Dept of Aeronautics and Astronautics<br>
Massachusetts Institute of Technology<br>
</div>
</body>
</html>