Tool
Primitive Curves
Transform
Text
Image
Surface
Solid
Toolset
Intersection
Render
Vector
Panels
Curve Analysis
Triangulation
3D Object
Boolean Operation
Array
Analysis
InCircle
Create the in circle of a triangle
Details
ID
tool-primitive-curves-incircle
Name
InCircle
Group
Primitive Curves
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Point 1 | Point | First corner of triangle | [0,0,0] |
| Point 2 | Point | Second corner of triangle | [10,10,0] |
| Point 3 | Point | Third corner of triangle | [10,0,0] |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Resulting circle |
| Plane | Plane | Circle plane |
| Radius | Number | Circle radius |
After creating the node, connect the first corner of triangle to the first port, the second corner of triangle to the second port, and the third corner of triangle to the third port. On the output ports, you will receive the resulting circle and its radius and plane.
Circle
Arc 3Pnt