ArcObjects Library Reference (Geometry)  

IConstructCircularArc2 Interface

Provides access to members that construct a circular arc using other geometries and values.

Product Availability

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

Members

Description
Method ConstructArcDistance Constructs an arc from a center point, a starting point, and an arc length.
Method ConstructBearingAngleArc Constructs an arc with the given chord bearing, central angle and arc distance.
Method ConstructBearingAngleChord Constructs an arc with the given chord bearing, central angle and chord distance.
Method ConstructBearingAngleTangent Constructs an arc with the given chord bearing, central angle and tangent distance.
Method ConstructBearingArcTangent Constructs an arc with the given chord bearing, arc distance and tangent distance.
Method ConstructBearingChordArc Constructs an arc with the given chord bearing, chord distance and arc distance (negative for clockwise orientation).
Method ConstructBearingChordTangent Constructs an arc with the given chord bearing, chord distance and tangent distance.
Method ConstructBearingRadiusAngle Constructs an arc with the given chord bearing, radius and central angle.
Method ConstructBearingRadiusArc Constructs an arc with the given chord bearing, radius and arc distance.
Method ConstructBearingRadiusChord Constructs an arc with the given chord bearing, radius and chord distance.
Method ConstructBearingRadiusTangent Constructs an arc with the given chord bearing, radius and tangent distance.
Method ConstructChordDistance Constructs an arc from a center point, a starting point, and a chord length.
Method ConstructChordDistanceEx Constructs an arc from a center point, a from point, and a chord length.
Method ConstructCircle Constructs a circle of a given radius and orientation.
Method ConstructEndPointsAngle Constructs an arc from the given endpoints and central angle.
Method ConstructEndPointsArc Constructs an arc from the given endpoints and arc distance.
Method ConstructEndPointsChordHeight Constructs an arc with specified endpoints and and chord height.
Method ConstructEndPointsRadius Constructs an arc from the given endpoints and radius.
Method ConstructEndPointsTangent Constructs an arc from the given endpoints and tangent distance.
Method ConstructFilletPoint Constructs an arc of given start point near first segment and tangent to two segments. hintPoint can be nil or can be a location near the desired fillet.
Method ConstructFilletRadius Constructs an arc of given radius and tangent to two segments. hintPoint can be nil or can be a location near the desired fillet.
Method ConstructTangentAndPoint Constructs an arc with one endpoint being p, tangent to s, and connected to s. If atFrom is true, the connection is at s's from point, otherwise at s's to point.
Method ConstructTangentAngleArc Constructs an arc with a common tangent to the input segment, a given central angle and an arc length.
Method ConstructTangentAngleChord Constructs an arc with a common tangent to the input segment, a given central angle and a chord length.
Method ConstructTangentAngleTangent Constructs an arc with a common tangent to the input segment, a given central angle and a tangent length.
Method ConstructTangentArcTangent Constructs an arc with a common tangent to the input segment, a given arc length and a tangent length.
Method ConstructTangentChordArc Constructs an arc with a common tangent to the input segment, a given chord length and an arc length.
Method ConstructTangentChordTangent Constructs an arc with a common tangent to input segment, a given chord length and a tangent length.
Method ConstructTangentDistance Constructs an arc from a center point, a starting point, and an tangent length.
Method ConstructTangentRadiusAngle Constructs an arc with a common tangent to the input segment, a given radius and a central angle.
Method ConstructTangentRadiusArc Constructs an arc having a common tangent to the input segment, a given radius and an arc length.
Method ConstructTangentRadiusChord Constructs an arc with a common tangent to the input segment, a given radius and a chord length.
Method ConstructTangentRadiusChordEx Constructs an arc with a common tangent to the input segment, a given radius and a chord length.
Method ConstructTangentRadiusTangent Constructs an arc with a common tangent to the input segment, a given radius and a tangent length.
Method ConstructThreePoints Constructs an arc from three points. useExistingCenter can be set to true in order to help create a reasonable arc when from and to are identical.
Method QueryFilletRadiusRange Returns minimum and maximum radius for fillet to touch both input segments. hintPoint can be nil or can be a location near the desired fillet.

Inherited Interfaces

Interfaces Description
IConstructCircularArc Provides access to members that construct a circular arc using other geometries and values.

CoClasses that implement IConstructCircularArc2

CoClasses and Classes Description
CircularArc A portion of a circle that connects two points optionally has measure, height and ID attributes at each endpoint.