You are here: Start » FIL.NET » FIL.SegmentToPlaneDistance3D
Measures the distance between a segment in 3D and a plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SegmentToPlaneDistance3D ( FilNet.Segment3D inSegment3D, FilNet.Plane3D inPlane, float inResolution, out float outDistance, out FilNet.Segment3D outConnectingSegment3D, out float outSignedDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment3D | FilNet.Segment3D | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float | |||
![]() | outConnectingSegment3D | FilNet.Segment3D | |||
![]() | outSignedDistance | float |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in SegmentToPlaneDistance3D. |
Function Overrides
- SegmentToPlaneDistance3D(Segment3D, Plane3D, Single, Single)
- SegmentToPlaneDistance3D(Segment3D, Plane3D, Single, Single, INullable<Segment3D>, NullableValue<Single>)