How to create a surface with two curves

Hello,
I want to create a surface with two identical curves as shown in the picture. The second curve is created by copy command.


I try to create surface with the command create suface skin curve 1 2, but the result is unsatisfactory.

Could you please tell me how to create a surface that fits perfectly with the curves?

1 Like

Hi,
This is likely just a graphics resolution issue. We use a fairly coarse graphics faceting to speed up rendering of large models. You can modify the graphics faceting in the GUI by selecting Tools/Options/Geometry Defaults/Facet Tolerancing.

or from the command line you can just type

graphics tolerance angle 1

Does this help?
Karl

It works fine now. Thanks a lot for helping.