This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Constants > E > esriConstructOffsetSimplifyEnum Constants (ArcObjects .NET 10.4 SDK) |
method for removing self-intersecting loops from offset curves (used by IConstructCurve4::ConstructOffset.
Constant | Value | Description |
---|---|---|
esriConstructOffsetNoSimplify | 0 | No loop removal is done. |
esriConstructOffsetFastSimplify | 1 | Easily detected loops are removed. |
esriConstructOffsetAccurateSimplify | 2 | All loops are removed. |