Click or drag to resize

PlaneSubtraction Operator

Subtracts two planes.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Plane operator -(
	Plane p0,
	Plane p1
)

Parameters

p0  Plane
The plane to subtract from.
p1  Plane
The plane to be subtracted from another plane.

Return Value

Plane
The resulting plane.
See Also