We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const curve = verb.geom.NurbsCurve.byPoints(curvePoints, 1);
const surface = verb.geom.NurbsSurface.byLoftingCurves( contourLoftCurves, 1 );
var tess = surface.tessellate({ normTol: 2.5e-2, minDepth: 0, maxDepth: 10, refine: false, minDivsU: 1, minDivsV: 1, });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
curve
const curve = verb.geom.NurbsCurve.byPoints(curvePoints, 1);
surface
tessellate
The text was updated successfully, but these errors were encountered: