ScalarDeltaSphericalElementToPoint Property  | 
 
            Gets or sets the other 
Point to compute the multi-body value with.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point ToPoint { get; set; }Public Property ToPoint As Point
	Get
	Set
public:
property Point^ ToPoint {
	Point^ get ();
	void set (Point^ value);
}member ToPoint : Point with get, set
Property Value
Type: 
Point
See Also