Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

loftShape not align to close nurbs curve #72

Open
googincheng opened this issue Jan 23, 2025 · 0 comments
Open

loftShape not align to close nurbs curve #72

googincheng opened this issue Jan 23, 2025 · 0 comments

Comments

@googincheng
Copy link

Image

curve

const curve = verb.geom.NurbsCurve.byPoints(curvePoints, 1);

surface

const surface = verb.geom.NurbsSurface.byLoftingCurves(
      contourLoftCurves,
      1
    );

tessellate

var tess = surface.tessellate({
      normTol: 2.5e-2,
      minDepth: 0,
      maxDepth: 10,
      refine: false,
      minDivsU: 1,
      minDivsV: 1,
    });
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant