Create the in circle of a triangle
ID
tool-primitive-curves-incircle
Name
InCircle
Group
Primitive Curves
Package
Tool
Keywords
Render
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
pointA | Point | First corner of triangle | [0,0,0] |
pointB | Point | Second corner of triangle | [10,10,0] |
pointC | Point | Third corner of triangle | [10,0,0] |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting circle |
plane | Plane | Circle plane |
radius | Number | Circle radius |