public static Nullable<Line3D> PlaneIntersection( Plane3D Plane1, Plane3D Plane2 )
public: static Nullable<Line3D> PlaneIntersection( Plane3D Plane1, Plane3D Plane2 )
'Declaration Public Overloads Shared Function PlaneIntersection( _ ByVal Plane1 As Plane3D, _ ByVal Plane2 As Plane3D _ ) As Nullable(Of Line3D)
'Usage Dim Plane1 As Plane3D Dim Plane2 As Plane3D Dim value As Nullable(Of Line3D) value = Plane3D.PlaneIntersection(Plane1, Plane2)
Target Platforms: .NET CLR 4.0 or higher
Plane3D Structure Plane3D Members Overload List