SpecifiedResolutionLinkSubdivisionResolution Property |
Gets or sets the maximum resolution, in meters, at which to subdivide.
The sub-segments will be equally sized and no larger than this value.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Resolution { get; set; }
Public Property Resolution As Double
Get
Set
public:
property double Resolution {
double get ();
void set (double value);
}
member Resolution : float with get, set
Property Value
Type:
DoubleSee Also