TrimSegment3D
Creates a segment contained in a box in 3D from another segment in 3D.
Syntax
C++
C#
Python
def TrimSegment3D( inSegment3D: Segment3D, inBox3D: Box3D, / ) -> outSegment3D: Segment3D | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment3D | Segment3D | ||
![]() |
inBox3D | Box3D | ||
![]() |
outSegment3D | Segment3D | None |


