MCPcopy Create free account
hub / github.com/easyw/kicadStepUpMod / writeMesh

Function writeMesh

dxf_parser/_importDXF.py:3224–3260  ·  view source on GitHub ↗

Write an object's shape as a polyface mesh in the given DXF list. It tessellates the `ob.Shape` with a tolerance of 0.5, to produce mesh data, that is, lists of vertices and face indices: ``([ point1, point2, ...], [(face1 indices), (face2 indices), ...])`` The points and faces are

(ob, dxf)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

exportFunction · 0.85

Calls 2

getACIFunction · 0.85
getGroupFunction · 0.85

Tested by

no test coverage detected