You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should have a function named exportToDXF located in /scr/Export/exportToDXF.ts
Example
constnodes=[[0,0,0],[5,0,0],[0,0,5]];constelements=[[0,1],[1,2]];constoutput=exportToDXF(nodes,elements);output=` # Further planning is needed here to define the dxf file format 0 SECTION 2 ENTITIES 0 ENDSEC 0 EOF`
The text was updated successfully, but these errors were encountered:
Requirements
exportToDXF
located in/scr/Export/exportToDXF.ts
Example
The text was updated successfully, but these errors were encountered: