TrimLine3D


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
Input value inLine3D Line3D
Input value inBox3D Box3D
Output value outSegment3D Segment3D | None