You are here: Start » FIL.NET » FIS.CircleToPlaneDistance3D Method
FIS.CircleToPlaneDistance3D Method
Measures the distance between a circle in 3D and a plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CircleToPlaneDistance3D ( FilNet.Circle3D inCircle3D, FilNet.Plane3D inPlane, float inResolution, out float outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle3D | FilNet.Circle3D | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float |
Function Overrides
- CircleToPlaneDistance3D(Circle3D, Plane3D, Single, Single, Segment3D, Single)
- CircleToPlaneDistance3D(Circle3D, Plane3D, Single, Single, INullable<Segment3D>, NullableValue<Single>)