Create an arc defined by start point, end point and a tangent vector
ID
tool-primitive-curves-arc-sed
Name
Arc SED
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating the node, connect the arc's start point to the first port, and the arc's endpoint to the second port, the direction (tangent) at the start to the third port. On the output ports, you will receive the resulting arc and its radius and plane.
Circle
Circle 3Pnt
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
start | Point | Start point of arc | [-10,0,0] |
end | Point | End point of arc | [10,0,0] |
direction | Vector | Direction (tangent) at start | [0,10,0] |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting arc |
plane | Plane | Arc plane |
radius | Number | Arc radius |