Skip to content
New issue

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

Update nurbs_birail.rst #4765

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/nodes/surface/nurbs_birail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ This node has the following inputs:
* **V1**, **V2**. Values of V parameter (i.e. path curve's T parameter), at which
profile curves must be placed for lofting. This input is available and
mandatory if **Explicit V Values** parameter is checked. The node expects
number of values in this input equal to number of profile curves. For one
profile curve, these inputs have no meaning. V1 input is for the first path,
and V2 input is for the second path.
number of values in this input equal to number of profile curves. The values
fed in V1 and V2 must be in an ascending order, e.g. (0.0, 0.333, 0.667, 1.0).
For one profile curve, these inputs have no meaning. V1 input is for the first
path, and V2 input is for the second path.
* **DegreeV**. Degree of NURBS curves used to interpolate in V direction. As
most of Sverchok numeric inputs, this input can process data with nesting
level up to 2 (list of lists of numbers). Degree of 1 will make a "linear
Expand Down