Click or drag to resize
AB4D logo

PlaneThreePlanesIntersection(Plane, Plane) Method

Returns a Point3D that represents a position where this plane intersects with plane2 and plane3.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point3D ThreePlanesIntersection(
	Plane plane2,
	Plane plane3
)

Parameters

plane2  Plane
plane2
plane3  Plane
plane3

Return Value

Point3D
intersection point as Point3D
See Also