Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should convert Awatif model to DXF format #237

Closed
Tracked by #229
madil4 opened this issue Jul 28, 2023 · 1 comment
Closed
Tracked by #229

Should convert Awatif model to DXF format #237

madil4 opened this issue Jul 28, 2023 · 1 comment

Comments

@madil4
Copy link
Owner

madil4 commented Jul 28, 2023

Requirements

  • should export the model data to dxf format
  • should have a function named exportToDXF located in /scr/Export/exportToDXF.ts

Example

const nodes = [[0, 0, 0], [5, 0, 0], [0, 0, 5]];
const elements = [[0, 1], [1, 2]];

const output = exportToDXF(nodes,elements);

output = `
  # Further planning is needed here to define the dxf file format
  0
  SECTION
  2
  ENTITIES
  0
  ENDSEC
  0
  EOF
`
@madil4 madil4 added this to Awatif Jul 28, 2023
@madil4 madil4 converted this from a draft issue Jul 28, 2023
@madil4 madil4 self-assigned this Jul 28, 2023
@madil4 madil4 moved this to 📋 Backlog in Awatif Jul 28, 2023
@madil4 madil4 removed their assignment Jul 28, 2023
@madil4 madil4 mentioned this issue Jul 28, 2023
8 tasks
@madil4 madil4 changed the title Should convert Awatif assignment to Scia format Should convert Awatif model to IFC format Sep 7, 2023
@madil4 madil4 added this to the Model Export milestone Nov 14, 2023
@madil4 madil4 changed the title Should convert Awatif model to IFC format Should convert Awatif model to DXF format Nov 26, 2023
@madil4 madil4 moved this from 📋 Backlog to 🔖 Ready in Awatif Nov 26, 2023
@madil4
Copy link
Owner Author

madil4 commented Dec 15, 2023

Closed by #273

@madil4 madil4 closed this as completed Dec 15, 2023
@github-project-automation github-project-automation bot moved this from 🔖 Ready to ✅ Done in Awatif Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants