You are here: Start » FIL.NET » FIS.PlanePlaneIntersection3D Method
FIS.PlanePlaneIntersection3D Method
Computes a common line in 3D of two planes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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. |