Tool
Surface
Intersection
Transform
Image
Vector
Toolset
Triangulation
Solid
Analysis
Panels
Curve Analysis
Render
3D Object
Primitive Curves
Boolean Operation
Text
Array
Arc SED
Create an arc defined by start point, end point and a tangent vector
Details
ID
tool-primitive-curves-arc-sed
Name
Arc SED
Group
Primitive Curves
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Point 1 | Point | Start point of arc | [-10,0,0] |
| Point 2 | Point | End point of arc | [10,0,0] |
| Vector | Vector | Direction (tangent) at start | [0,10,0] |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Resulting arc |
| Plane | Plane | Arc plane |
| Radius | Number | Arc radius |
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