#
CrownCAD development process

  The secondary development modeling API adopts the form of function call MethodCall expression in language form, for example, the extrusion command is Solid.createExtrude(),the first part is the module name, and the latter part is the method name. Since there are many parameters involved in each command of the modeling API, it is necessary to perform type matching verification on each input parameter, and distinguish between non-essential parameters and required parameters.

  The following is the API parameters and related instructions for the secondary development of CrownCAD according to the module . At present, there are APIs such as benchmarks, sketches, entities, assemblies, surfaces, curves, queries, public and mathematical modules ; the APIs of the CrownCAD secondary development platform will be continuously expanded with the subsequent product upgrades and iterations .