Creates a segment contained in a box in 3D from a line in 3D.
Syntax
C++
C#
Python
def TrimLine3D(
inLine3D: Line3D,
inBox3D: Box3D,
/
)
-> outSegment3D: Segment3D | None
Parameters
|
Name |
Type |
Default |
Description |
 |
inLine3D |
Line3D |
|
|
 |
inBox3D |
Box3D |
|
|
 |
outSegment3D |
Segment3D | None |
|
|