Computes the bisecting plane of two intersecting planes.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Plane Bisector( Plane plane ) |
Visual Basic (Declaration) |
---|
Public Function Bisector ( _ plane As Plane _ ) As Plane |
Visual C++ |
---|
public: Plane^ Bisector( Plane^ plane ) |
Parameters
- plane
- Type: ceometric.VectorGeometry..::.Plane
A plane.
Return Value
Returns the bisecting plane of the plane and an intersecting plane.
Remarks
This plane, plane and the bisecting plane all intersect in one Line.
If the bisecting plane is the bisector of the acute or the obtuse intersection angle of the planes
depends on the orientation of the normal vectors of the plane and plane.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | The planes do not intersect. |