Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Render
3D Object
Circle 3Pnt
Create a circle defined by three points
Details
ID
tool-primitive-curves-circle-3pnt
Name
Circle 3Pnt
Group
Primitive Curves
Package
Tool
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Point 1 | Point | First point on circle | [-10,0,0] |
Point 2 | Point | Second point on circle | [0,10,0] |
Point 3 | Point | Third point on circle | [10,0,0] |
Output ports
Name | Type | Description |
---|---|---|
Curve | Curve | Resulting circle |
Origin | Point | Circle center |
Radius | Number | Circle radius |
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