moethu / SketchUpNET

SketchUp C# API - A C++/CLI API Wrapper for the Trimble(R) SketchUp(R) C API
MIT License
108 stars 34 forks source link

writing components and groups support #49

Open Zhuangkh opened 2 years ago

Zhuangkh commented 2 years ago

Is support writing components and groups when creating a new model? The WriteNewModel method seems to handle only faces, edges, and curves.

https://github.com/moethu/SketchUpNET/blob/eed3cd9a734ec6a3ed66a28a9f85d1d1d6b325e0/SketchUpNET/SketchUpNET.cpp#L342-L344

moethu commented 2 years ago

sure, that should be possible. I'll see if I can give it a try by the end of the week.