Name | Description | |
---|---|---|
![]() ![]() | CreateCircle | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circle built from a center point and radius. |
![]() ![]() | CreateCircularArc | Overloaded. |
![]() ![]() | CreateEllipse | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be an ellipse. |
![]() ![]() | CreateEllipticArcSegment | Overloaded. |
![]() | GetAxes | Gets the semi-major and semi-minor axes. |
![]() | QueryCoords | Copies the center point, start angle, central angle, rotation angle, semi-major/semi-minor axes into the method parameters. |
![]() ![]() | QueryFilletRadiusRange | Gets the minimum and maximum radius for a fillet arc to touch both input segments. hintPoint specifies a location near the desired fillet. CreateCircularArc(Segment,Segment,Double,Coordinate2D,SpatialReference). |
![]() | SetAxes | Sets the semi-major and semi-minor axes. |
![]() | SetCoords | Overloaded. |
![]() | SetEmpty | Sets the builder empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) |
![]() | SetRadius | Sets the radius of a circular arc. If the arc is not circular, sets both the semi-major and semi-minor axes to the same value. |
![]() | ToSegment | Returns an EllipticArcSegment instance representing the current state of the builder. |