Nuacht

This repository provides an example of how to implement an STL import function using the NVIDIA Modulus package (nvidia-modulus-sym). This example is designed for educational purposes to demonstrate ...
Though there is not a direct API to import a Step file in to AutoCAD drawing unlike Body.AcisIn, we use Editor.Command API to invoke Import command public void StepIn() { Document doc = ...