Changeset View
Changeset View
Standalone View
Standalone View
mesh_tiny_cad/VTX.py
| Context not available. | |||||
| if not coplanar: | if not coplanar: | ||||
| return {'NON_PLANAR_EDGES'} | return {'NON_PLANAR_EDGES'} | ||||
| # point must lie on an edge or the virtual extention of an edge | # point must lie on an edge or the virtual extension of an edge | ||||
| bm = perform_vtx(bm, point, edges, (p1, p2, p3, p4), vertex_indices) | bm = perform_vtx(bm, point, edges, (p1, p2, p3, p4), vertex_indices) | ||||
| return bm | return bm | ||||
| Context not available. | |||||