Cinema 4D Basic Features Create Menu Spline Helix
Function available in CINEMA 4D Prime, Visualize, Broadcast, Studio & BodyPaint 3D
Helix Object

Basic Coord. Object

Object Properties

Start Radius [0..+∞m]
End Radius [0..+∞m]

Enter the two radius values for the start and the end of the helix.

Helix with 4 revolutions (left) and 3.5 revolutions (right).

Start Angle [-∞..+∞°]
End Angle [-∞..+∞°]

These values specify the start and end points of the helix. 0° here designates that the relevant point is on the positive X axis, 90° the positive Y axis, 180° the negative X axis, etc.

For example, if the start angle is 0° and the end angle 720°, the helix makes two complete revolutions. If the helix begins at 180°, there will be only 1.5 revolutions.

You can enter calculations into the boxes. In the above example you might use 2*360 instead of 720. For the avid mathematician, the number of spiral threads is the results of the formula: (EndAngle – StartAngle) / 360°.
Left a helix with 4 rotations, right a helix with 3.5 rotations.

Height [0..+∞m]

This value defines the height of the helix in the Z direction.

The pitch of the screw is the result of the formula: Height / ((EndAngle – StartAngle) / 360°).

Radial Bias [0..100%]
Height Bias [0..100%]

The bias values give the speed with which the end values of the helix are to be reached. The radial bias defines the speed of the horizontal growth, while the height bias determines the vertical growth. See the examples below.

Three spirals with 10 spiral threads and an end radius of 0; radial bias set to 10% (left), 50% (center) and 90% (right).
Three spirals with 10 spiral threads; height bias set to 10% (left), 50% (center) and 90% (right).

Subdivision [3..2147483647]

The creation of a helix is based on a formula. The smoothness of this formula is defined by Subdivision.

Helix with five subdivisions (left) and 100 subdivisions (right).

Plane

With this drop-down list you choose in which of the three planes the spline primitive is created.

Reverse

Enabling this option will reverse the point order of the spline (see also Spline Primitives.

Intermediate Points

Here you can define how the spline is further subdivided with intermediate points. This affects the number of subdivisions created when using the spline with Generator objects. Even after you select the Interpolation type from the menu for the Intermediate Points, you can still make changes.

None

This method of interpolation locates points only at the vertices of a spline, using no additional intermediate points. You cannot enter values into the Number or Angle boxes. For B-splines, the vertices, and therefore points, might not be located on the spline curve.

Natural

This interpolation type first locates points at spline vertices. In the case of B-splines, points are located at positions on the spline curve closest to the spline vertices. Number (N) corresponds to the number of intermediate points between vertices. The points are positioned closer together on areas of the spline with more curvature.

You cannot enter values into the Angle box. The interpolation is not affected by reversing the point order.

Uniform

This interpolation subdivides the spline so that the distance between any two consecutive points, as measured along the spline curvature, is constant. One point is always located at the beginning vertex. For open splines, a point is also located at the ending vertex. Other points generally do not coincide with vertices.

You cannot enter values into the Angle box. The interpolation is not affected by reversing the point order.

For Natural and Uniform interpolation, the number of intermediate points is calculated as follows:

Open spline: ((Number + 1) * (number of vertices - 1)) + 1

Closed spline: (Number +1) * number of vertices

So an open spline with four vertices and a number of 2 will contain ((2+1)*(4-1))+1=10 intermediate points. If the spline is then closed, a further (virtual) vertex is added — the number of intermediate points will then be (2+1)*4=12. This ensures that a spline is not more roughly divided when you close it.

Adaptive

This interpolation type sets intermediate points whenever the angle deviation of the curve is larger than the value given in Angle. The points of the resulting curve pass through the vertices. If a spline has several segments, then the value of Angle will apply to each segment.

The Adaptive method gives the best results in rendering, hence it is the default interpolation method.

You cannot enter values into the Number box.

Subdivided

Subdivided is similar to Adaptive. Additional intermediate points will be added until the intermediate segments are shorter than the defined Maximum Length, i.e., the point intervals will not necessarily be equal to the maximum length. Lower values will result in higher quality, along with the disadvantages of working with a high number of points - slower refresh times in the editor view, etc.

Especially the render quality of deformed text can be greatly improved using this method. More or less perfect caps and edges without shading errors can be achieved by setting Maximum Length to the same value as Width in the Extrude object (Caps tab, activated Regular Grid option). The subdivision of the letters and caps will match and must not be done manually.

Left: Intermediate points Adaptive; right: Subdivided, applied to an active formula deformation object. Note the defined edges at the right of the image.

Number [0..5000]

Angle [0..90°]

Maximum Length [0.01..+∞m]

This setting controls the maximum spline segment length without adding intermediate points, and is only available if the Intermediate Points parameter is set to Subdivided.