You are here: Start » FIL.NET » FIS.FisFilter_MakeSegment3D Method
FIS.FisFilter_MakeSegment3D Method
Creates a segment 3D structure from individual fields.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeSegment3D ( FilNet.Point3D inPoint1, FilNet.Point3D inPoint2, out FilNet.Segment3D outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point3D | First point of the segment. | ||
![]() | inPoint2 | FilNet.Point3D | Second point of the segment. | ||
![]() | outSegment | FilNet.Segment3D |


