example.skp (138.1 KB)
I create a new rectange and I want to make a hole in with c# code. İs there any way to make push/pull example with c#. Thanks for help
I make .skp file using program.But I want to make it by c# code with api .
example.skp (138.1 KB)
I create a new rectange and I want to make a hole in with c# code. İs there any way to make push/pull example with c#. Thanks for help
I make .skp file using program.But I want to make it by c# code with api .
Trimble does not publish an official C# API for SketchUp.
There are a few 3rd party C# wrappers around the SketchUp C API on GitHub.
However, the pushpull tool is a native application feature only available within SketchUp’s application process. There is no pushpull function in the SketchUp C API. But in a “live” Ruby C extension, the Ruby API face.pushpull
method can be called from the C side.