Paulius
Paulius
could someone post a sample how to correctly assign material to surface, as for me it doesnt work. I added material to skp.material. then also assign it to surface material....
@moethu i have some issues loading assembly file: if i add this to my reference list: .\SketchUpNET\x64\Debug\SketchUpNET.dll i have an error: System.IO.FileNotFoundException: 'Could not load file or assembly 'SketchUpNET.dll' or...
> @PauliusVa do you want to give this branch a try please: https://github.com/moethu/SketchUpNET/tree/feature/facematerials skp.Materials.Add("black", new Material("black", new Color(100, 120, 120, 50), false, 0.5, true, false, null)); Surface s = new...
I think nuget package was deployed using debug mode , as i did a research i saw with Dependency Walker that it is targeting: VCRUNTIME140D.DLL and according chat gpt its...
I had same issue on this , but you have to set on files: ["sketshup.lib", "SketshUpAPI.dll", "SketshUpAPI.lib", SketshUpCommonPreferences.dll"] Copy to Output Directory, Copy always. Then it should work on your...