From 59a1c5bcadd135d0907d91910be3e747e413defc Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Mon, 15 Apr 2024 11:05:13 +0200 Subject: [PATCH] Update Roadmap --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 508d87c13..7822226f1 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ This roadmap outlines upcoming features and enhancements for ForCAD. Contributio - [x] Add `put_to_nurbs()` method for volumes. - [x] Get IGA elements connectivity. - [x] Add predefined shapes: `Circle`, `Tetragon`, `Hexahedron`. - - [x] Add `rotate_Xc` and `rotate_Xg` methods for curves, surfaces and volumes. + - [x] Add `rotate_Xc` and `rotate_Xg` methods for curves, surfaces and volumes. + - [x] Add `translate_Xc` and `translate_Xg` methods for curves, surfaces and volumes. - [x] Add basic unit tests. - [x] Add simple examples.