latest
Toolset
Contour

Create a set of curve contours

ID

662ae7a510b6cb87640c928d

Name

Contour

Group

Toolset

Package

Tool

Keywords

divideContour

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Contour node.

  • The first way to create a Contour node is using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need or words associated with this node.
    • divideContour
  • The second way is to select a Contour node from the menu that opens from the top left.
    • Menu > Tool > Toolset > Contour

Steps

  • Create a Contour node.
  • Connect the curve witch wants to contour to the first port.
  • Connect the contour start point to the second port.
  • Connect the direction of the normal contours to the third port.
  • Connect the distance between the contours to the fourth port.

Once the node is created, connect the curve witch wants to contour to the first port, the contour start point to the second port, the direction of the normal contours to the third port, and the distance between the contours to the fourth port. On the output port, you will get the resulting contour points.

See also

Divide By Count
Divide By Distance
Divide By Length\

Inputs

NameTypeDescriptionDefault Value
curve
Curve
Curve to contour
point
Point
Contour start pointVector([0, 0, 0])
direction
Vector
Contour normal directionVector([1, 0, 0])
distance
Number
Distance between contours10

Outputs

NameTypeDescription
points
Point
Division points