Tool
Panels
Vector
Text
Surface
Intersection
Analysis
Render
3D Object
Primitive Curves
Toolset
Triangulation
Boolean Operation
Solid
Transform
Curve Analysis
Array
Image
Line SDL
Create a line segment defined by start point, tangent and length
Details
ID
tool-primitive-curves-line-sdl
Name
Line SDL
Group
Primitive Curves
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Point | Point | Line start point | [0,0,0] |
| Vector | Vector | Line tangent (direction) | [10,10,10] |
| Length | Number | Line length | 20 |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Line segment |
After creating a node, the first input port must be given the start point of the line, the second port must be given the line tangent (direction), and the line length to the third port. On the output port, you will receive the resulting line.
Polyline
Interpolate