Provides access to members that construct a curve using other geometries and measures.
Members
Name | Description | |
---|---|---|
ApproximateByBeziers | Constructs a curve which approximates the input curve by a small number of Bezier segments. | |
ConstructExtended | Constructs an extended version of the 'from' curve that goes to the 'to' curve. The flags are bit-wise combined esriCurveExtension values. | |
ConstructExtendedEx | Returns an enumerator which identifies which segments were added to the result polyline by the construction process. The result is not simplified when an enumerator is requested. | |
ConstructKoch | Constructs a Koch snowflake fractal using the input polycurve as the generator. 'r' is not used. Do not use a value for recursionLevel > 10. | |
ConstructOffset | Constructs a curve being the locus of points offset a given distance from another curve. See the enumeration esriConstructOffsetEnum to information on different ways that offset curve can be generated. |
IConstructCurve3.ConstructExtendedEx Method
Returns an enumerator which identifies which segments were added to the result polyline by the construction process. The result is not simplified when an enumerator is requested.
Public Function ConstructExtendedEx ( _
ByVal fromCurve As ICurve, _
ByVal toCurve As ICurve, _
ByVal extensionFlags As Integer, _
ByRef extensionsPerformed As Boolean _
) As IEnumSegment
public IEnumSegment ConstructExtendedEx (
ICurve fromCurve,
ICurve toCurve,
int extensionFlags,
ref bool extensionsPerformed
);
Inherited Interfaces
Interfaces | Description |
---|---|
IConstructCurve2 | Provides access to members that construct a curve using other geometries and measures. |
IConstructCurve | Provides access to members that construct a curve using other geometries and measures. |
Classes that implement IConstructCurve3
Classes | Description |
---|---|
Polyline | An ordered collection of paths; optionally has measure, height and ID attributes. |