a179308 wrote: ↑Sun Jan 05, 2020 7:38 pm
At this point it is not possible, but can you share a file with an example so that I understand what you want to do?
Fred
I'm currently working on a construction of a model plane based on a pdf-sketch.
Since I'm not used to FreeCAD yet, I am trying different approaches to design the model.
My current approach is to create a system of wires with parametric edges and vertices which define the significant shape of the model as shown below. The resulting vertices clearly define later positions for ribs, frames and other supports.

- Model Wires.JPG (65.27 KiB) Viewed 1107 times
Based on that I want to allign the objects (e.g. ribs) which will create the faces/outer hull of the model. I wanted to use tools from the CurvesWB
to get the surfaces and therefore wanted to allign the NACA profiles from your WB to my vertices.
I "parametrized" the position of the NACA profiles by linking the Placement to the position of the respective vertice of my wire drawing.
Not ideal since I have to be super carefull not to run into topological problems but it is ok for the moment.
I'll probably have to redo the model a few times anyway until I find the right approach.
Here's am example of the Elevator:

- Elevator1.JPG (40.44 KiB) Viewed 1107 times
The blue circle above shows the vertex I'm adressing in the placement of the NACA profile below.
I did the same with the chord length by using the distance of two vertices from my sketch.
This doesn't allow me to get an angle, but it should give me the precision needed for creating faces or solids from the sketches.

- Elevator2.JPG (54.37 KiB) Viewed 1107 times
And thank you for the wing example. I will take a look into it. I'm sure this will simplify my workflow.
BR,
Will