Skip to content

Commit

Permalink
Doc: introduce main documentation for Scripting API
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Jul 25, 2024
1 parent c9dc3c1 commit ca1e9d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/scripting/mainpage.md
Original file line number Diff line number Diff line change
@@ -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)
- ...

0 comments on commit ca1e9d3

Please sign in to comment.