Create a circle defined by three points
ID
tool-primitive-curves-circle-3pnt
Name
Circle 3Pnt
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating the node, connect the first point on the circle to the first port, the second point on the circle to the second port, and the third point on the circle to the third port. On the output ports, you will receive the resulting circle and its radius and center point.
Circle
Arc 3Pnt
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
pointA | Point | First point on circle | [-10,0,0] |
pointB | Point | Second point on circle | [0,10,0] |
pointC | Point | Third point on circle | [10,0,0] |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting circle |
plane | Point | Circle center |
radius | Number | Circle radius |