You are here: Start » FIL.NET » FIS.FisFilter_AccessSegment3D Method
FIS.FisFilter_AccessSegment3D Method
Returns individual fields of a segment 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_AccessSegment3D ( FilNet.Segment3D inSegment, out FilNet.Point3D outPoint1, out FilNet.Point3D outPoint2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment3D | Input segment. | ||
![]() | outPoint1 | FilNet.Point3D | First point of the segment. | ||
![]() | outPoint2 | FilNet.Point3D | Second point of the segment. |