SurfaceTriangulatorResultGranularity Property |
Gets the granularity, in radians, used when the triangulation was computed.
Lower granularities are more precise but create more triangles.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Granularity { get; }
Public ReadOnly Property Granularity As Double
Get
public:
property double Granularity {
double get ();
}
member Granularity : float with get
Property Value
Type:
DoubleSee Also