Hello,
is there any way in python to remove a specific edge? or fuse two co-linear faces but indicating which ones to fuse?
i would like to use this to remove this specific edge:
but if i use repair union faces it will merge all the faces of the cylinder to a single one., i would like to keep the cylindrical face divided (or other colinear faces in another part of the solid that want to stay divided).
i know about the geompy.checkAndImprove() which in a case like this ‘should’ remove the undesired edge & vertex, but this is quite specific to a block and actually for this simple geometry it is failing (giving GEOMAlgo_GlueDetector failed).
