CentralBodySurfaceCurveElevationAngleConstraintGranularity Property |
Gets or sets the maximum angular distance in radians between sample points along the polyline.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Granularity { get; set; }
Public Property Granularity As Double
Get
Set
public:
property double Granularity {
double get ();
void set (double value);
}
member Granularity : float with get, set
Property Value
Type:
DoubleRemarks By default, this is 0.5 degrees or 0.008726646 radians.
See Also