Skip to content

Commit

Permalink
default nr boundary vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias committed Jun 20, 2019
1 parent efce1ad commit 9f22a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinSurfaceComponentOneBoundaryComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected override void RegisterInputParams(GH_Component.GH_InputParamManager pM
"The only requirement is that it be closed. " +
"This parameter is required.", GH_ParamAccess.item);

pManager.AddIntegerParameter("nrVerticesBoundary", "nrVerticesBoundary", "number of vertices along the boundary.", GH_ParamAccess.item, 20);
pManager.AddIntegerParameter("nrVerticesBoundary", "nrVerticesBoundary", "number of vertices along the boundary.", GH_ParamAccess.item, 300);
pManager.AddIntegerParameter("Degree (optional)", "degree", "degree of the surface.", GH_ParamAccess.item, 0);
pManager.AddAngleParameter("Rotation angle of one of the curves around itself (optional)", "roationAngle", "rotation angle of the curves around itself", GH_ParamAccess.item, 0);

Expand Down

0 comments on commit 9f22a57

Please sign in to comment.