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