From ca1e9d3683410e9d3c026db49ac31f374c025ae6 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 25 Jul 2024 17:07:05 +0200 Subject: [PATCH] Doc: introduce main documentation for Scripting API --- doc/scripting/mainpage.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/scripting/mainpage.md diff --git a/doc/scripting/mainpage.md b/doc/scripting/mainpage.md new file mode 100644 index 00000000..3c99d535 --- /dev/null +++ b/doc/scripting/mainpage.md @@ -0,0 +1,8 @@ +# Introduction to Mayo Scripting + +Mayo application can be scripted with Javascript language. Mayo provides a scripting API designed to +access the application data and some features. This includes: +- Traversal of model tree: visit assemblies, instances, parts, ... +- Access to shapes: get the [topologic shape](https://dev.opencascade.org/doc/overview/html/occt_user_guides__modeling_data.html#occt_modat_5) at any model tree node, +- Access to geometries: get the geometry support from any topologic face(surface), edge(curve) or vertex(point) +- ...