Example #1
0
 internal static bool Execute(com.epl.geometry.EditShape shape, int geometry, com.epl.geometry.IndexMultiDCList sorted_vertices, bool fixSelfTangency)
 {
     com.epl.geometry.RingOrientationFixer fixer = new com.epl.geometry.RingOrientationFixer();
     fixer.m_shape           = shape;
     fixer.m_geometry        = geometry;
     fixer.m_sorted_vertices = sorted_vertices;
     fixer.m_fixSelfTangency = fixSelfTangency;
     return(fixer.FixRingOrientation_());
 }