You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Intersections » FIL.PlanePlaneIntersection3D
Computes a common line in 3D of two planes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PlanePlaneIntersection3D ( FilNet.Plane3D inPlane1, FilNet.Plane3D inPlane2, INullable<FilNet.Line3D> outIntersectionLine )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPlane1 | FilNet.Plane3D | |||
![]() | inPlane2 | FilNet.Plane3D | |||
![]() | outIntersectionLine | FilNet.INullable<FilNet.Line3D> | This parameter cannot be null. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in PlanePlaneIntersection3D. |