You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TrimSegment
Creates a segment contained in a box from another segment.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TrimSegment ( FilNet.Segment2D inSegment, FilNet.Box inBox, out FilNet.Segment2D? outSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | |||
![]() | inBox | FilNet.Box | |||
![]() | outSegment | FilNet.Segment2D? |
Examples
![]() |
![]() |
TrimSegment performed on the sample box and segment.