﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AKesten%2FProjects%2FCurvesWiki_Proposal</id>
	<title>利用者:Kesten/Projects/CurvesWiki Proposal - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AKesten%2FProjects%2FCurvesWiki_Proposal"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kesten/Projects/CurvesWiki_Proposal&amp;action=history"/>
	<updated>2026-07-25T15:07:32Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kesten/Projects/CurvesWiki_Proposal&amp;diff=133449&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kesten/Projects/CurvesWiki_Proposal&amp;diff=133449&amp;oldid=prev"/>
		<updated>2018-06-28T20:45:06Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 20:45時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kesten/Projects/CurvesWiki_Proposal&amp;diff=133448&amp;oldid=prev</id>
		<title>wiki&gt;Kesten: minor changes</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kesten/Projects/CurvesWiki_Proposal&amp;diff=133448&amp;oldid=prev"/>
		<updated>2012-01-08T23:32:37Z</updated>

		<summary type="html">&lt;p&gt;minor changes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.6x|Doc:2.6/Manual/Modeling/Meshes/Sculpting|Doc:2.6/Manual/Modeling/Curves/Editing}}&lt;br /&gt;
&lt;br /&gt;
= Curves =&lt;br /&gt;
To create a curve, go to {{Literal|Add }} {{Literal|Curve}} and select from the options.  In Object Mode with the curve selected you can Scale {{Literal| s }}, Move (&amp;quot;Grab) {{Literal|g}} or rotate {{Literal|r}} the entire curve.&lt;br /&gt;
To edit a curve, switch to Edit Mode and click the {{Literal|Curves}} menu option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Curves and [[Doc:2.6/Manual/Modeling/Surfaces|Surfaces]] are objects just as meshes are objects except they are expressed in terms of mathematical functions, rather than as a series of points.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;push to Referenece&amp;gt;&lt;br /&gt;
Blender implements both [[#Béziers|Bézier]] curves and Non-Uniform Rational B-Splines ([[#NURBS|NURBS]]) curves and surfaces. Both are defined in terms of a set of “control vertices” (or “control points”) which define a “control polygon”, though each follow a different set of mathematical laws. The way the curve and the surface are interpolated might seem similar, at first glance, to Catmull-Clark subdivision surfaces. The curve is ''interpolated'' while the surface is ''attracted''.&lt;br /&gt;
TDOD find wiki or other references to explain interpolated vs attracted.&lt;br /&gt;
&lt;br /&gt;
== Compared to Polygonal Mesh ==&lt;br /&gt;
TODO add picture of polygonal mesh&lt;br /&gt;
One main advantage to curves over polygonal meshes is that curves are defined by less data, so can produce excellent results using less memory and storage space at modeling time. However, this procedural approach to surfaces can increase demands at render time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/push to Reference&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some modeling techniques like [[Doc:2.6/Manual/Modeling/Curves/Editing/Advanced|extruding]] a profile along a path are only possible using curves. At the same time, vertex-level control is more difficult when using curves.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;push to Reference&amp;gt;&lt;br /&gt;
There are times when curves and surfaces are more advantageous than meshes, and times when meshes are more useful. It is recommended you read the section on [[Doc:2.6/Manual/Modeling/Meshes/Editing|mesh editing]], which should help you decide whether to use meshes or curves in your project.&lt;br /&gt;
&lt;br /&gt;
When you have finished reading and learning about Bézier and NURBS curves there are several more advanced examples on the application of curves in the [[Doc:Tutorials#Modeling|tutorials]] section for modeling complex objects.&lt;br /&gt;
&amp;lt;/push to Reference&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;update to 2.6&amp;gt;&lt;br /&gt;
[[File:Manual-Part-II-LogoFinal.png|thumb|right|Logo Thumbnail.]]&lt;br /&gt;
There is a [[Doc:2.4/Tutorials/Modeling/Curves/Bézier|Working example]] that shows how to create an interesting bird-like logo. The tutorial covers most aspects of working with Bézier curves including: adding curves, setting up a background image as a template guide and beveling the final curve.&lt;br /&gt;
&lt;br /&gt;
In addition, the Tutorial section has examples on both [[Doc:2.4/Tutorials/Modeling/Surfaces/Skinning|Skinning]] and [[Doc:2.4/Tutorials/Modeling/Curves/Curve Deform|Curve deform]] techniques.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&amp;lt;/update to 2.6&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Finding Curve Tools =&lt;br /&gt;
You can browse by menu options by selecting {{Literal|Curves}} in Edit Mode.&lt;br /&gt;
You can learn about the python calls by lowering the Info Window and by opening a python console and typing bpy.ops.curve followed by {{Literal|Ctrl Spacebar}&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Select}} menu is customized to curves if the curve is selected in Edit mode of the 3D view. Further options can be found in the {{Literal|Specials}} menu ({{Shortcut|W}}).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
= Visualization =&lt;br /&gt;
&lt;br /&gt;
In {{Literal|Edit}} mode, the curve is drawn as a black line, and in {{Literal|Solid}} shading (or {{Literal|Shaded}}, …), the closed curves are filled with a flat surface. {{Literal|3D}} curves have additional “arrows” all along the curve, illustrating both the direction and the ''relative'' speed of the movement objects will have when following them as path (unless a custom {{Literal|Speed}} Ipo is defined…).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;verify for windows and mac&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Each control point is drawn in orange. Bézier “vectors” are materialized with salmon-pink lines, whereas NURBS vertices are linked by yellow lines. As with meshes, selected vertices are highlighted in yellow (with a lighter shade for the active element).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Control Points and Segments ==&lt;br /&gt;
Curves are mainly defined by their control points, as described below in their respective section. However, you will sometimes encounter another concept, the “segment” of curve. A segment is defined implicitly by its two adjacent control-points. Unlike with meshes, you can’t explicitly select a segment – you must select its two adjacent control-points.&lt;br /&gt;
&lt;br /&gt;
== Adding Points ==&lt;br /&gt;
===Extrude===&lt;br /&gt;
You can add new points by clicking {{Literal|Curves | Extrude}}.  This only works if you have selected the first or last points on the curve.&lt;br /&gt;
===Subdivide===&lt;br /&gt;
You can add points to the middle of a curve by selecting two consecutive points followed by {{Literal|Curves | Segment | Subdivide}}.  After this operation, the entire segment made of the three points is selected.  You must select only the newly created point to move it independently.&lt;br /&gt;
&lt;br /&gt;
== Multiple Curves ==&lt;br /&gt;
If you have more than one curve in the 3D View, you may need to switch to Object Mode and select the other curve, the switch back to Edit Mode, if you wish to change which curve is being edited.  You may join curves of the same type in Object Mode with {{Button|J}} and separate them in Edit Mode with {{Button|P}}.  If you separate two objects, you may need to reset the origin (axes for the object) by selecting in Object Mode, Object -&amp;gt; Origin to Object.&lt;br /&gt;
&lt;br /&gt;
== Closed Curves ==&lt;br /&gt;
Curves may be closed and opened in Edit Mode by pressing the Curve -&amp;gt; Toggle Cyclic, or pressing {{Button|Alt}} {{Button|C}}&lt;br /&gt;
&lt;br /&gt;
== Nurbs ==&lt;br /&gt;
=== Curve Structure ===&lt;br /&gt;
{{Note|1=About U and V coordinates|2=U and V are the conventional names of parametric “coordinates” components (note that these are the same names as texture ones…). They are used to define the resolution, the “knots” for NURBS, etc., along given “axis”. For curves, only the U component is relevant (as they have only one dimension, they are lines). The V component is used by NURBS surfaces.}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
== Hiding Elements ==&lt;br /&gt;
As in {{Literal|Object}} mode, you can hide what is selected, and then reveal what was hidden. This is very handy to clean up a bit your views, when you are working on a complex model with thousands of vertices…&lt;br /&gt;
&lt;br /&gt;
To hide, use {{Shortcut|ctrl|alt|H}}, the {{Literal|Hide}} button of the {{Literal|Curve Tools1}} panel, or use the {{Menu|Curve|Show/Hide Control Points|Hide Selected}} menu option.&lt;br /&gt;
&lt;br /&gt;
To reveal what was hidden, use {{Shortcut|alt|H}}, the {{Literal|Reveal}} button of the {{Literal|Curve Tools1}} panel, or the relevant option in the same {{Menu|Curve|Show/Hide Control Points}} menu.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TODO: Add sections for other menu subitems like segment and control points&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;update to 2.6 | &amp;quot;I don't know the equivalent in 2.6&amp;quot;&amp;gt;&lt;br /&gt;
== Curve Resolution ==&lt;br /&gt;
Although these curves are continuous mathematical objects, they must nevertheless be represented in discrete form (set of small segments) from a rendering point of view. This is done by setting a ''resolution'' property, which defines the number of points which are computed between every pair of control points. Note that this applies only to Bézier curves, and is different for NURBS.&lt;br /&gt;
&lt;br /&gt;
You have in fact three resolution settings, two in the {{Literal|Curve and Surface}} panel, and one in the {{Literal|Curve Tools}} panel:&lt;br /&gt;
*{{Literal|DefResolU}}: The resolution applied by default to all curves of the object, both in the 3D views and at render time.&lt;br /&gt;
*{{Literal|RenResolU}}: The resolution applied by default to all curves of the object when rendering, if not set to zero (else {{Literal|DefResolU}} is used).&lt;br /&gt;
*{{Literal|Resol U}}: This setting is only available in {{Literal|Edit}} mode, it will modify the resolution of the curves (partly) selected currently. Note that it is reset to the {{Literal|DefResolU}} value each time you modify this setting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Manual-Part-II-Curves-Bezier-Resolution-Ex1.png|frame|right|Bézier resolution example.]]&lt;br /&gt;
A separate ''resolution'' can be set for each curve by adjusting the {{Literal|DefResolU}} field of the [[Doc:2.4/Reference/Panels/Editing/Curves/Curve and Surface|{{Literal|Curve and Surface}} panel]]. The default is '''6'''. (''Bézier resolution example'') is an example of the same curve, superimposed with the aid of Gimp, showing two different resolution settings. The lighter shaded curve has a low resolution of '''4'''; the curve begins to look linear. The darker curve has a resolution of '''12''' and is very smooth. Note that high resolutions may look nicer but they can slow down interactive rendering if there is a large number of curves (and/or if these ones have a large amount of control points).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/update to 2.6&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 2D and 3D Curves ==&lt;br /&gt;
By default, (except for the {{Literal|Path}} primitive), new curves are 2-dimensional, meaning all control points lie in the same plane (X-Y in {{Literal|Local}} space). This allows automatic filling of closed curves.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TODO: delete this.  no longer relevant.  Or replace with section on how to restrict to 2D&amp;gt;&lt;br /&gt;
However, you might want to be able to place your control points freely in 3D space. To do so, enable the {{Literal|3D}} button of the {{Literal|Object Data}} panel. Note that you will lose the closed curves filling, and arrows will be displayed as per the [[#Visualization|Visualization]] section above.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Closed and Open Curves ==&lt;br /&gt;
Curves (Bézier or NURBS) are mono-dimensional: they are lines, that never crosses themselves (i.e. control points are only linked to at most two others, forming a continuous line, without any fork…). However, curves can be open (i.e. they start and end points are not linked by a curve segment) or closed. Closed curves are solid, inasmuch that Blender adds a solid flat face inside them (unless they are made {{Literal|3D}}).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;push to Reference&amp;gt;&lt;br /&gt;
== Béziers ==&lt;br /&gt;
Bézier curves are the most commonly used curves for designing letters or logos. They are also widely used in animation, both as paths for objects to move along and as IPO curves to change the properties of objects as a function of time.&lt;br /&gt;
&lt;br /&gt;
[[File:Manual-Part-II-Curves-Bezier-Ex1.png|frame|right|Curve example.]]&lt;br /&gt;
(''Curve example'') is the most basic Bézier curve you can create. It consists of two control points or vertices, labeled “&amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt;”, the curve “&amp;lt;code&amp;gt;B&amp;lt;/code&amp;gt;”, handles “&amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;” and an object center “&amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt;”.&lt;br /&gt;
&lt;br /&gt;
A handle “&amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;” defines the tangent vector to the curve in point “&amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt;” (on its side). The “steepness” of the curve is controlled by the handle’s length (“&amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;” to a “&amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt;”). The longer a handle is the steeper the curve (i.e. the more curve wants to ''hug'' the handle).&lt;br /&gt;
&lt;br /&gt;
There are four types of handles (''Types of Handles for Bézier curves''):&lt;br /&gt;
*{{Literal|Free}} Handle (black). The handles are independent of each other. To convert to {{Literal|Free}} handles use {{Shortcut|H}}. {{Shortcut|H}} also toggles between {{Literal|Free}} and {{Literal|Aligned}}.&lt;br /&gt;
*{{Literal|Aligned}} Handle (purple). These handles always lie in a straight line, and give a continuous curve (without sharp angles…). Hotkey: {{Shortcut|H}} (toggles between {{Literal|Free}} and {{Literal|Aligned}}).&lt;br /&gt;
*{{Literal|Vector}} Handle (green). Both parts of a handle always point to the previous handle or the next handle (this allows you to create curves made of straight lines!). Hotkey: {{Shortcut|V}}.&lt;br /&gt;
*{{Literal|Auto}} Handle (yellow). This handle has a completely automatic length and direction, set by Blender to ensure the smoothest result. Hotkey: {{Shortcut|shift|H}}.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[File:Manual-Part-II-BezierHandles.png|frame|none|Types of Handles for Bézier curves.]]&lt;br /&gt;
 |}&lt;br /&gt;
Handles can be ''grabbed'', ''rotated'' and '' scaled'' exactly as ordinary vertices in a mesh would. As soon as the ''handles'' are moved, the handle type is modified automatically:&lt;br /&gt;
*{{Literal|Auto}} Handles becomes {{Literal|Aligned}};&lt;br /&gt;
*{{Literal|Vector}} Handles becomes {{Literal|Free}}.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== NURBS ==&lt;br /&gt;
NURBS curves are defined as rational polynomials and are more general, strictly speaking, than conventional B-Splines and [[#Béziers|Bézier]] curves inasmuch as they are able to exactly follow any contour. For example a Bézier circle is a polynomial ''approximation'' of a circle, and this approximation is noticeable, whereas a NURBS circle is ''exactly'' a circle. However, a NURBS cannot have real sharp angles in it, unlike a Bézier curve…&lt;br /&gt;
&lt;br /&gt;
NURBS curves require a little bit more understanding of the underlying components that make up a NURBS curve in order to get full use of them. They have a large set of variables, which allow you to create mathematically pure forms. However, working with them requires a little more discussion on the various parts of a NURBS curve.&lt;br /&gt;
&lt;br /&gt;
{{Note|1=Note|2=NURBS are a ''very'' complicated topic, I think they might be a good subject for a “Theory” article – written by someone knowing them deeply! (For a start, here's the [http://en.wikipedia.org/wiki/Nurbs Wikipedia page.])}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Knots ===&lt;br /&gt;
We start with ''Knots''. NURBS curves have a ''knot'' vector, a row of numbers that specifies the parametric definition of the curve (i.e. they describe the range of influence for each of the control-points). Remember the control-points from Bézier curves, NURBS have them too and each control-point affects some part of the curve along that range. The control-points appear as purple vertices.&lt;br /&gt;
&lt;br /&gt;
'''Note that ''knots'' setting concerns only ''open'' NURBS''', not closed ones.&lt;br /&gt;
&lt;br /&gt;
[[File:Manual-Part-II-Curves-Nurbs-Basic-Ex1.png|frame|right|Default Uniform curve.]]&lt;br /&gt;
(''Default Uniform curve'') is the default NURBS curve created using the {{Literal|NURBS Curve}} menu item from the toolbox’s [[Doc:Reference/Menus/Toolbox#Add Sub-menu|{{Literal|Add}} menu]] and is an example of a {{Literal|Uniform}} curve. The curve itself is drawn in black, labeled “&amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt;” and the control-points are drawn in purple; one out of the 4 is labeled “&amp;lt;code&amp;gt;P&amp;lt;/code&amp;gt;”.&lt;br /&gt;
&lt;br /&gt;
You can’t manipulate the ''Knot'' vector directly but you can configure it using three presets: {{Literal|Uniform}}, {{Literal|Endpoint}} and {{Literal|Bezier}}.&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Uniform}} button of the [[Doc:2.4/Reference/Panels/Editing/Curves/Curve Tools|{{Literal|Curve Tools}} panel]] produces a uniform division for closed curves, but when used with open curves you will get “free” ends, which are difficult to locate precisely.&lt;br /&gt;
&lt;br /&gt;
[[File:Manual-Part-II-Curves-Nurbs-EndPoint-Ex1.png|frame|right|Endpoint curve.]]&lt;br /&gt;
The {{Literal|Endpoint}} button sets the ''Knot'' vector in such a way that the first and last vertices are always part of the curve, which makes them much easier to place. (''Endpoint curve'') is an example of applying the {{Literal|Endpoint}} button to the (''Default Uniform curve''). You can see that the curve has now been pulled to the ''end'' control-points labeled “&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;” and “&amp;lt;code&amp;gt;B&amp;lt;/code&amp;gt;”.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{|align=right&lt;br /&gt;
 |[[File:Manual-Curves-Nurbs-Bezier-Order3.png|frame|right|{{Literal|Bezier}} NURBS, Order 3.]]&lt;br /&gt;
 |-&lt;br /&gt;
 |[[File:Manual-Curves-Nurbs-Bezier-Order4.png|frame|right|{{Literal|Bezier}} NURBS, Order 4.]]&lt;br /&gt;
 |}&lt;br /&gt;
Finally, {{Literal|Bezier}} “''Knot'' vector” (I’m not really sure this remains a real knot, in fact…) make the NURBS control points mimic the Bézier control points behavior. This works only with two orders value (see below): '''3''' and '''4'''.&lt;br /&gt;
*With an {{Literal|Order}} of '''3''', all odd points act as a center of a Bézier control point, and all even points act as a Bézier handle. So vertices (1,2,3) define a first Bézier segment, (3,4,5) a second one, and so on…&lt;br /&gt;
*With an {{Literal|Order}} of '''4''', all four groups of control points define a Bézier segment, i.e. vertices (2,3,4,5) define a first segment, (5,6,7,8) a second one, etc. Note that here, the first vertice is for some reasons unused…&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Order ===&lt;br /&gt;
The {{Literal|Order}} field of the [[Doc:2.4/Reference/Panels/Editing/Curves/Curve Tools|{{Literal|Curve Tools}} panel]] is the “depth” or ''degree'' of the curve (i.e. you are specifying how much the control-points are taken into account for calculating the curve shape).&lt;br /&gt;
&lt;br /&gt;
{{Literal|Order}} '''1''' is a point and is not an available depth setting, {{Literal|Order}} '''2''' is linear (''Order 2 curve''), {{Literal|Order}} '''3''' is quadratic (''Order 3 curve''), (''Order 4 curve'') is cubic, and so on. The valid range is '''2''' to '''6'''. Notice that as the {{Literal|Order}} rises the curve moves away from the control-points.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[File:Manual-Part-II-Curves-Nurbs-Order2.png|frame|none|Order 2 curve.]]&lt;br /&gt;
 |[[File:Manual-Part-II-Curves-Nurbs-Order3.png|frame|none|Order 3 curve.]]&lt;br /&gt;
 |[[File:Manual-Part-II-Curves-Nurbs-Order4.png|frame|none|Order 4 curve.]]&lt;br /&gt;
 |}&lt;br /&gt;
If your curve has '''6''' or more control-points the {{Literal|Order}} can not be set higher than '''6'''. '''6''' is the highest {{Literal|Order}} allowable. If you have less than '''6''' control-points then the highest {{Literal|Order}} is limited by the number of control-points. For example, if your curve has '''5''' control-points then the highest {{Literal|Order}} allowable is '''5'''.&lt;br /&gt;
&lt;br /&gt;
Always use an order of '''5''', if possible, for curve paths because it behaves fluidly under all circumstances, without producing irritating discontinuities in the movement. For example, if you have a cube assigned to travel along a NURBS path with an {{Literal|Order}} of say '''2''' then the cube will appear to move roughly (or jerky) along the path.&lt;br /&gt;
&lt;br /&gt;
{{Note|1=Math Note|2=Mathematically speaking the {{Literal|Order}} is the order of both the Numerator and the Denominator of the rational polynomial defining the NURBS curve.}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Weight ===&lt;br /&gt;
NURBS curves have a {{Literal|Weight}} ([[Doc:2.4/Reference/Panels/Editing/Curves/Curve Tools|{{Literal|Curve Tools}} panel]]) assigned to each control-point that controls how much each “pulls” on the curve. Think of it as if each control-point has an arm that reaches out and grabs hold of the curve and tries to pull on it. The larger the {{Literal|Weight}} the more the control-point pulls on the curve, see (''Weight of 5'') and (''Weight of 20''). The valid range of {{Literal|Weight}} settings are '''0.1''' to '''100.0'''.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[File:Manual-Part-II-Curves-Nurbs-Weight5.png|frame|none|Weight of 5.]]&lt;br /&gt;
 |[[File:Manual-Part-II-Curves-Nurbs-Weight20.png|frame|none|Weight of 20.]]&lt;br /&gt;
 |}&lt;br /&gt;
The larger {{Literal|Weight}} of 20 pulls the curve towards the control-point labeled “&amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt;”. Each control-point can have a different {{Literal|Weight}} setting. As the {{Literal|Weight}} for a control-point increases the curve will hug the control-points closer. If the {{Literal|Weight}}s are large enough the curve will almost follow the control-points, see (''Weight of 100'').&lt;br /&gt;
&lt;br /&gt;
[[File:Manual-Part-II-Curves-Nurbs-Weight100.png|frame|right|Weight of 100.]]&lt;br /&gt;
The control-points can effectively compete with each other. For example, the control-point with the largest {{Literal|Weight}} will pull the curve towards it and away from the others. If all the control-points have the same {{Literal|Weight}} then the {{Literal|Weight}} is effectively canceled, as if none had {{Literal|Weight}}s.&lt;br /&gt;
&lt;br /&gt;
In (''Weight of 100'') the top two control-points have their {{Literal|Weight}} set at '''100.0''', labeled “&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;” and “&amp;lt;code&amp;gt;B&amp;lt;/code&amp;gt;”. The opposite control-points have their {{Literal|Weight}} at '''1.0'''. You can see that the curve is “pulled” toward control-points “&amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;” and “&amp;lt;code&amp;gt;B&amp;lt;/code&amp;gt;”. And at such a high {{Literal|Weight}} the curve almost follows the control-points.&lt;br /&gt;
&lt;br /&gt;
To see the {{Literal|Weight}} value of a control-point, select it, open the [[Doc:2.4/Reference/Panels/Transform Properties/Curve mode|{{Literal|Transform Properties}} panel]] using {{Shortcut|N}}, and look at the {{Literal|Vertex W}} field. The {{Literal|Weight}} field doesn’t show the {{Literal|Weight}}!&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Preset Weights ===&lt;br /&gt;
[[File:Manual-Curves-Nurbs-CircleWeights.png|thumb|250px|right|A circle NURBS curve.]]&lt;br /&gt;
NURBS curves can create pure shapes such as circles (note that a Bézier circle is not a pure circle). To create pure circles, you must set to specific values the weights of the control-points – some of which are provided as presets in the {{Literal|Curve Tools}} panel (lower right corner). This is not intuitive, and you should read more on NURBS before trying this.&lt;br /&gt;
&lt;br /&gt;
Basically, to produce a circular arc from a curve with three control-points, the end points must have a unitary weight, while the weight of the central control point must be equal to one-half the cosine of half the angle between the segments joining the points. Lets take an example: if you have three control-points creating a right angle, to get a quadrant, you would set the center point’s weight to &amp;lt;code&amp;gt;cos(90/2)/2 = cos(45)/2 = sqrt(2)/4 = 2**-1.5 ≃ 0.354&amp;lt;/code&amp;gt; (these settings are valid with an order of '''4'''… so you must have at least four control points, as with three points – and hence an order of '''3''' –, you won’t get a “circular” quadrant!).&lt;br /&gt;
&lt;br /&gt;
The other presets are more useful for [[Doc:2.4/Manual/Modeling/Surfaces|NURBS surfaces]] (to create spheres, cylinders, …).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Primitives ==&lt;br /&gt;
Blender can add five different curve primitives, two Bézier and three NURBS:&lt;br /&gt;
*{{Literal|Bezier Curve}} adds an open 2D Bézier curve with two control points.&lt;br /&gt;
*{{Literal|Bezier Circle}} adds a closed, circle-shaped 2D Bézier curve (made of four control points).&lt;br /&gt;
*{{Literal|NURBS Curve}} adds an open 2D NURBS curve, with four control points, with {{Literal|Uniform}} knots.&lt;br /&gt;
*{{Literal|NURBS Circle}} adds a closed, circle-shaped 2D NURBS curve (made of height control points).&lt;br /&gt;
*{{Literal|Path}} adds a NURBS open 3D curve made of five aligned control points, and with {{Literal|Endpoint}} knots and the {{Literal|CurvePath}} setting enabled.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Modeling/Meshes/Sculpting|Doc:2.5/Manual/Modeling/Curves/Editing}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Curves]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Kesten</name></author>
		
	</entry>
</feed>