Tool
Transform
Solid
Surface
Curve Analysis
Vector
Primitive Curves
Text
Toolset
Triangulation
Image
Array
Boolean Operation
Render
Panels
Intersection
Analysis
3D Object
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