The XZ-plane (y=0).

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static Plane XZ()
Visual Basic (Declaration)
Public Shared Function XZ As Plane
Visual C++
public:
static Plane^ XZ()

Return Value

Returns the XZ-plane (y=0).

See Also