Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2024.
|
Cyclone 3DR Script is a module allowing the use of most functionalities from scripting code, using the Javascript programming language. It is currently based on the V8 engine (ECMA 2021 / ES12).
Before writing your first line of code, it is strongly advised to browse the current pages to better understand the main philosophy of the script API.
We tend to change method parameters as little as possible. However, it is sometimes necessary to provide code modernization or fix bugs. In this case, you may need to update your script from time to time.
Currently, the import declaration is not supported.Therefore, importing module is not possible.