Boat hulls with smoothly curve stems - how to model

Round bottom boat hulls frequently have stems which curve smoothly into the keel. A NURBS surface with four sides is not a simple fit to such a shape.
Curved Stem Lines 1
I know of three methods to model such a hull side using a single NURBS surface on each side. Each has advantages and disadvantages. A Rhino .3dm file with an example of each method is attached. BowCurve11.3dm (350.3 KB) The surfaces are very close to each other in shape. Note that the orange curves are isolines but do not indicate the number of control points used for each surface.


Perhaps the most obvious method is to use a three sided surface (actually a four sided surface but on side has zero length). This allows direct control over the shape of the stem. The shape near the upper corner where the isocurves converge can be difficult to adjust and maintain fairness. The surface cannot be simply extended at the upper corner. This method can be a quick way to create a surface for hydrostatic calculations and similar.

A second method is to split the stem curve to create an additional side. This also allows direct control of the shape of the stem but care is needed to ensure the stem curve has the desired continuity across the split. This method eliminates the converging isolines in the upper corner. The tradeoff is near the stem curve split the u and v isocurves become almost parallel, and are parallel at the split. This make adjustment and fairing of the surface shape in this area difficult. The surface may have problems extending at the split in the stem. This method can work well for creating a surface from a set of lines which will not be modified.

B Singularity
The third method is to extend the surface past the stem and maintain the four sides. then trim the surface to the stem. This trimming can frequently be done with a plane on or parallel to the centerline of of the boat. This method does not provide direct control over the stem shape like the previous two methods. The stem shape is determined by the shape of the untrimmed surface. The resulting surface can be easier to adjust and fair than surfaces using the other two methods. Also while the trimmed surface usually can be extended without any problems and then trimmed as desired.

(This will also be posted in BoatDesign.net)

16 Likes

Another method is to split the sheer to create four sides for the surface. This allows direct control of the shape of the stem. I do not have any experience with this method. File updated to include an example of this method: BowCurve21.3dm (399.0 KB)

3 Likes

Hi David,

Good initiative with this thread!

In general I avoid the “split” approach because Rhino is having problems with NURBS corners where u- and v-directions are parallel or tangential. You’ll notice when you for example offset these surfaces:

I think Rhino should handle these cases better in the future because when you convert a SubD-Ngon ToNurbs then you’ll also get exactly such a corner.

Anyways I’ll avoid it because other NURBS applications downstream in the marine industry also fail to handle these cases.

1 Like

hello! i was actually able to achieve desired result! check out! @davidcockey hello! nice samples you got but i always prefer whats easy to edit and manipulate. low cv count and cubic deg for easy shaping and relatively smooth surfacing… anyways interesting models!

1 Like

For the examples at the top, this is what I’d consider a better way to solve this problem:

1 Like

@oliver.jans Did you open the file with the examples? The surfaces are degree 3 in each direction, and have 10 x 6, 9 x 9, 6 x 6 and 8 x 12 control points. Method C, the trimmed surface, is the one wiht 6 x 6 control points. I don’t think that number of control points is excessive. I experimented some to find the minimum number which would give approximately the same shape.

1 Like

An interesting approach but not one I would typically use. For most projects with rounded forefoots (bottom of stem) I use method C from above with a multi-span degree 3 surface and a minimum number of control points. It does take a bit of care at times to achieve the desired boundary shape but surface editing and refinement is easy.

@davidcockey hi yes but for my boat design i prefer having less control point. 6 x 6 cv is too much for me… i was able to build such hull!! she’ll perform beautifully in tank test. she’ll be 3d printed… thankyou so much. have a look!

3 Likes

Another approach using multiple untrimmed surfaces has been added as “E”. No singularities and the exterior boundaries are matched exactly. This example could be refined to improve the matching between surfaces.
BowCurve31.3dm (3.0 MB)

6 Likes