Computes the line in 3D passing through a segment.
Syntax
C++
C#
Python
def Segment3DLine(
inSegment3D: Segment3D,
/
)
-> outLine3D: Line3D
Parameters
|
Name |
Type |
Default |
Description |
 |
inSegment3D |
Segment3D |
|
Input segment in 3D |
 |
outLine3D |
Line3D |
|
The resulting line |