You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TrimSegment3D
Creates a segment contained in a box in 3D from another segment in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TrimSegment3D ( FilNet.Segment3D inSegment3D, FilNet.Box3D inBox3D, INullable<FilNet.Segment3D> outSegment3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment3D | FilNet.Segment3D | |||
![]() | inBox3D | FilNet.Box3D | |||
![]() | outSegment3D | FilNet.INullable<FilNet.Segment3D> | This parameter cannot be null. |