Trouble creating a 3d surface from splines

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
acp693
Posts: 127
Joined: Wed Dec 15, 2021 7:41 pm

Trouble creating a 3d surface from splines

Post by acp693 »

The attached file is part of a bigger model I'm building. Can anyone tell me why I'm failing to create a surface between all 4 splines?

The function I'm trying to use is: 'Fill Boundary Curves' in the Surface WB. But I get the error message 'Curves are Disjoint'

Any help greatly appreciated.

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * BIM 2021.12.0
  * CurvedShapes 1.0.4
  * Curves 0.5.3
  * FeedsAndSpeeds 0.4.0
  * Marz 0.0.26-alpha
  * Silk 1.0.0
Attachments
Testflute2.FCStd
(16 KiB) Downloaded 10 times
User avatar
thomas-neemann
Veteran
Posts: 11948
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Trouble creating a 3d surface from splines

Post by thomas-neemann »

acp693 wrote: Sat Nov 26, 2022 2:01 pm ...
if this is a solution for you,
Testflute2-tn.FCStd
(44.33 KiB) Downloaded 10 times

you can create it like this
Bildschirmfoto_2022-11-26_15-06-25.png
Bildschirmfoto_2022-11-26_15-06-25.png (24.56 KiB) Viewed 239 times
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
acp693
Posts: 127
Joined: Wed Dec 15, 2021 7:41 pm

Re: Trouble creating a 3d surface from splines

Post by acp693 »

Thank you for the very quick reply! I’ll try it!
Post Reply