From 3b86b9be02f9d45842591df421a02923a9946ef3 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 4 Feb 2024 06:29:57 +0000 Subject: [PATCH] Add Constructions --- Constructions.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Constructions.md diff --git a/Constructions.md b/Constructions.md new file mode 100644 index 0000000..6c4189b --- /dev/null +++ b/Constructions.md @@ -0,0 +1,18 @@ +A construction is a shortcut in dyna3 for creating some entities and adding constraints so that the constructed object in relation to previously defined ones is produced. Here is a list of constructions we might want supported. + +- midpoint/centroid +- perpendicular bisector +- angle/dihedral angle bisector +- plane through three points +- line through two points +- line segment defined by two points +- polygon defined by n points +- regular polygon +- various stock polyhedra +- cone with base and apex +- prism with base and height +- parallel to plane through point +- sphere through four points +- translate/reflection/rotation of an entity or entities + +Feel free to add more! \ No newline at end of file