From 3beb9bba9d969b33ac2c2ad71c5dcb74269fd00f Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Thu, 18 Apr 2024 18:43:13 +0200 Subject: [PATCH] Update ROADMAP --- ROADMAP.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 5749f9105..3a2c2aaed 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,10 +18,17 @@ This roadmap outlines upcoming features and enhancements for ForCAD. Contributio - v0.4.0: - [x] Visualization using PyVista. +- v0.4.1: + - [x] Add new predefined shapes: `half circle`, `2D ring`, `half 2D ring`, `3D ring`, `half 3D ring`, `c-shapes`. + - [x] Add new examples. + - [x] Add generic procedures `get_Xc()`, `get_Xg()` and `get_Wc()` + - [x] Add `cmp_degree()`. + - [x] Design a logo with ForCAD. + - [x] Improvements and bug fixes. + - Additional Ideas: - [ ] Add `reduce_degree()` method for curves, surfaces and volumes. - [ ] Add `morph()` method for morphing box. - - [ ] Design a logo. - [ ] Add support binary `vtk` files. - [ ] Export to `IGES` format. - [ ] Add support for multiple patches.