Skip to content

Commit

Permalink
Fix typo (#15056)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Mar 25, 2024
1 parent 765542d commit df3863f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In the example below, a T-Spline surface is matched with a NURBS curve using
node is the base `tSplineSurface`, a set of edges of the surface, provided in `tsEdges` input, and a curve or
list of curves.
The following inputs control the parameters of the match:
- `continuity` allows to set the continuity type for the match. The input expects values 0, 1, or 2, corresponding to G0 Positional, G1 Tangent, and G2 Curvature continuity. However, for matching a surface with a curve, only the GO (input value 0) is available.
- `continuity` allows to set the continuity type for the match. The input expects values 0, 1, or 2, corresponding to G0 Positional, G1 Tangent, and G2 Curvature continuity. However, for matching a surface with a curve, only the G0 (input value 0) is available.
- `useArcLength` controls the alignment type options. If set to True, the alignment type used is Arc
Length. This alignment minimizes the physical distance between each point of the T-Spline surface and
the corresponding point on the curve. When False input is provided, the alignment type is Parametric -
Expand Down

0 comments on commit df3863f

Please sign in to comment.