Click or drag to resize

SpecifiedResolutionLinkSubdivision Constructor (Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SpecifiedResolutionLinkSubdivision(
	double resolution
)

Parameters

resolution
Type: System.Double
The resolution, in meters, at which to subdivide.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when resolution is less than or equal to 0.
See Also