Skip to main content

circle

Create a circle from a center point

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a month ago

Inputs

Name

Abbreviation

Type

Access

Description

Center

C

Vector

Item

The center of the circle

Radius

R

Number

Item

The radius of the circle. Defaults to 1

Segments

S

Number

Item

The number of segments in the circle. Defaults to 32

Outputs

Name

Abbreviation

Type

Access

Description

Feature

F

cartesian

item

The circle

How to:

  1. To create a circle, you need to start with a center point.

    Notice the yellow color of the Input - this node expects a Vector.

    Use the dendrogram centroid or geometric centroid to get a vector point.

  2. Define the radius

    The radius sets the size of the circle.

    Notice the red color of the Input - this node expects a Number.

    You can set the radius in a variety of ways, like typing a value into the box, or connecting an Input Parameter, number, or any numerical result from another node.

  3. Define the segments

    The segments set the “roundness” of the circle. More segments means a smoother line.

    Notice the red color of the Input - this node expects a Number.

    You can set the radius in a variety of ways, like typing a value into the box, or connecting an Input Parameter, number, or any numerical result from another node.

Did this answer your question?