TorusCoverageGridMinorRadiusBounds Property |
Gets or sets the minor radius bounds. The bounds cannot be negative.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Bounds MinorRadiusBounds { get; set; }
Public Property MinorRadiusBounds As Bounds
Get
Set
public:
property Bounds MinorRadiusBounds {
Bounds get ();
void set (Bounds value);
}
member MinorRadiusBounds : Bounds with get, set
Property Value
Type:
BoundsSee Also