Define a new NURBS curve that is the result of combining this NURBS curve with another NURBS curve. The curves are merged with the end point of the current curve merging with the start point of the other curve. The curves are forced to join even if they are not physically touching so you will typically want to make sure the end and start points of the curves are where you expect them to be.
"nurbsCurve2D_var" is a variable referencing a NurbsCurve2D object.
|
"nurbsCurve2D_var" is a variable referencing a NurbsCurve2D object.
|
Type | Description |
NurbsCurve2D | Returns a new NurbsCurve2D object. |
Name | Type | Description |
nurbsCurve | NurbsCurve2D | The NURBS curve to combine with |