|
PlaneThreePlanesIntersection(Plane, Plane) Method |
Returns a Point3D that represents a position where this plane intersects with plane2 and plane3.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Point3D ThreePlanesIntersection(
Plane plane2,
Plane plane3
)
Parameters
- plane2 Plane
- plane2
- plane3 Plane
- plane3
Return Value
Point3Dintersection point as Point3D
See Also