This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructClothoid Interface (ArcObjects .NET 10.4 SDK) |
Methods for constructing clothoid spirals.
Description | ||
---|---|---|
ConstructClothoidByAngle | Constructs a pieccewise linear approximation to a clothoid spiral. Curvature is the reciprocal of the radius, so specify a curvature of 0 for an infinite radius. deflectionAngle is positive and is the change in direction (in radians) from the starting curve ta | |
ConstructClothoidByLength | Constructs a pieccewise linear approximation to a clothoid spiral. Curvature is the reciprocal of the radius, so specify a curvature of 0 for an infinite radius. curveLength is the design length of the curve. | |
ConstructSplitClothoidByAngle | Same as ConstructClothoidByAngle but reports curve parameters for point on curve closest to split query point. | |
ConstructSplitClothoidByLength | Same as ConstructClothoidByLength but reports curve parameters for point on curve closest to split query point. |
CoClasses and Classes | Description |
---|---|
GeometryEnvironment | Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |