CADability dotNET

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoPoint SourcePoint3D { get; }
Visual Basic
Public ReadOnly Property SourcePoint3D As GeoPoint
	Get
Visual C++
public:
property GeoPoint SourcePoint3D {
	GeoPoint get ();
}

Field Value

Gets the source point (which is the mouse position on the projection plane) as a 3D point. Together with the direction of the projection this makes a line that is perpendicular to the screen and goes through the mouse point.

See Also