Face from curves (wires)
Posted: Mon Jul 15, 2024 5:17 am
Hi,
I have the following situation. I load some points which describes closed curves. I give the points to the IBSplineCurve_DG.InitFromPoints() algorithm to get the curve. Then I create edges and wires from the b spline curves. That works fine.
And now the important question for me. I want to create a face (and later a solid) from these curves, the first step is to create a face which are limited by two of such closed curves. The IBRepBuilder_DG.CreateFace7() algorithm doesn't work because it works with planar edges.
SO, how can create a face from two given closed b spline curves?
Best regards
I have the following situation. I load some points which describes closed curves. I give the points to the IBSplineCurve_DG.InitFromPoints() algorithm to get the curve. Then I create edges and wires from the b spline curves. That works fine.
And now the important question for me. I want to create a face (and later a solid) from these curves, the first step is to create a face which are limited by two of such closed curves. The IBRepBuilder_DG.CreateFace7() algorithm doesn't work because it works with planar edges.
SO, how can create a face from two given closed b spline curves?
Best regards