This document is archived and information here might be outdated.  Recommended version.


IConstructClothoid Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructClothoid Interface
ArcGIS Developer Help

IConstructClothoid Interface

Methods for constructing clothoid spirals.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method 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
Method 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.
Method ConstructSplitClothoidByAngle Same as ConstructClothoidByAngle but reports curve parameters for point on curve closest to split query point.
Method ConstructSplitClothoidByLength Same as ConstructClothoidByLength but reports curve parameters for point on curve closest to split query point.

Classes that implement IConstructClothoid

Classes Description
GeometryEnvironment Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods.