|
Plane3WorldXY Property
|
Gets the plane coincident with the World XY plane.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Plane3 WorldXY { get; }
Public Shared ReadOnly Property WorldXY As Plane3
Get
public:
static property Plane3^ WorldXY {
Plane3^ get ();
}
static member WorldXY : Plane3 with get
Property Value
Type:
Plane3
See Also