> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Circle

<CardGroup cols={2}>
  <Card title="Point, Scalar, Vector" href="#point-scalar-vector" />

  <Card title="Point, Scalar, Vector, 5.20.0" href="#point-scalar-vector-5200" />
</CardGroup>

***

## About this Block

**What it does**: The **Circle** block generates a circle about a normal vector at a user-defined point and radius.

**Common uses:**

* Circle can be used as profiles and are utilized in several modeling blocks such as Sweep Profile and Revolve Profile.

***

<h2 id="point-scalar-vector">
  Point, Scalar, Vector
</h2>

Create a circle from a center point, radius, and normal vector.

### Inputs

| Name         | Type                                                   | Description                 |
| ------------ | ------------------------------------------------------ | --------------------------- |
| Center point | [Point](../../../../block-documentation/types/point)   | Center Point of circle.     |
| Radius       | [Scalar](../../../../block-documentation/types/scalar) | Radius of circle.           |
| Normal       | [Vector](../../../../block-documentation/types/vector) | Normal direction of circle. |

### Outputs

| Type                                                             |
| ---------------------------------------------------------------- |
| [Circle (old)](../../../../block-documentation/types/circle-old) |

***

<h2 id="point-scalar-vector-5200">
  Point, Scalar, Vector, 5.20.0
</h2>

Create a circle from a center point, radius, and normal vector.

### Inputs

| Name         | Type                                                   | Description                 |
| ------------ | ------------------------------------------------------ | --------------------------- |
| Center point | [Point](../../../../block-documentation/types/point)   | Center Point of circle.     |
| Radius       | [Scalar](../../../../block-documentation/types/scalar) | Radius of circle.           |
| Normal       | [Vector](../../../../block-documentation/types/vector) | Normal direction of circle. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Profile](../../../../block-documentation/types/profile) |
