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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
PointSee Also