Skip to content
Snippets Groups Projects
Commit 621591c8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 6e01f420
No related branches found
No related tags found
No related merge requests found
lc = 1;
Point(1) = {0,0,0,lc};
Point(2) = {1,0,0,lc};
Point(3) = {1,1,0,lc};
Point(4) = {0,1,0,lc};
// A knot represents a parameter interval (and can be 0).
// There are (N + D + 1) knots
// A point with a knot multiplicity of (D+1) belongs to the nurbs
Nurbs(1) = {1,2,3,4} Knots {0,0,0,0, 1, 1,1,1} Order 3;
//Nurbs(1) = {1,2,3,4} Knots {0,0,0,0, 1,1,1,1} Order 3;
//Nurbs(2) = {1,2,3,4} Knots {0,0,1, 1 } Order 3;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment