I want use blender do something like CAD software, just like autocad’s command “fillet”," trim" and so on. I find tinyCAD is good choice for me, but has a little weakness, if you use it , the faces linked with edges will be broken.
Yeah, should be a built in function. If the Mesh Analysis tools for 3d printing have a place in the standard toolbars, then certainly edge extend, trim, offset, intersect and fillet should too.
Consider using bmesh.ops.bisect_plane( – if I was rewriting autoVTX to preserve faces that’s what i’d use.
First and foremost this is a nifty little addon, thanks for sharing this.
I’ve been trying to use this with Blender 2.74 and I got this error while trying to use it and then Blender just exits mesh edit mode:
Traceback (most recent call last):
File "C:\Path o\Blender\2.74\scripts\addons\smart_edges_intersect_tool.py", line 82, in invoke
e1=bm.edges[sel_edges[0].index]
IndexError: BMElemSeq[index]: outdated internal index table, run ensure_lookup_table() first
location: <unknown location>:-1