コード例 #1
0
ファイル: Commands.cs プロジェクト: simsimzone/Tomato
        public static void SelfIntersection()
        {
            //过滤选择polyline
            var selected = GetSelectPolyline(true);

            if (selected.Count > 0)
            {
                NtsUtils.LineStringSelfIntersections(selected[0]);
            }
        }