Create a circle defined by center, normal and radius
ID
tool-primitive-curves-circle-cnr
Name
Circle CNR
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating the node, connect the center point on the circle to the first port, the normal vector of the circle to the second port, and the third port gets the radius of the circle. On the output port, you will receive the resulting circle.
Circle
Arc 3Pnt
Circle 3Pnt
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
center | Point | Center point | [0,0,0] |
normal | Vector | Normal vector of circle plane | [0,1,0] |
radius | Number | Radius of circle | 10 |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting circle |