horfee

Results 8 comments of horfee

Hi, Same problem happens if selecting from Structure tree the IfcProject, IfcSite, IfcSpace, IfcBuildingStorey, and I assume some others elements... Here you can have an example : https://discord.com/channels/799990228336115742/800000126998675457/1023227872309162064

I found a way to prevent this behavior : ``` const props = await this.IFC.getProperties(modelID,expressID, false, true); if ( props.Representation ) { this.IFC.selector.pickIfcItemsByID(modelID, [expressID], true); } ```

Hello, Sorry, yes still there, and I still want this to be included... I created it in Fusion360... I can export it but which format is needed ? (f3d, igs...

Hello Stefan, I did. The repo is here https://github.com/horfee/kicad-packages3D-source With only one folder RotaryEncoder.3dshapes, with the only source file. Hope it will help. Thank you for your support. > Le...

Yes I did (I just check again, but get "Everything up-to-date » message) But I am really not familiar with git… I forked the https://github.com/KiCad/kicad-packages3D-source repo, then added the file...

origin [email protected]:horfee/kicad-packages3D-source.git (fetch) origin [email protected]:horfee/kicad-packages3D-source.git (push) I changed it with git remote set-url origin [email protected]:KiCad/kicad-packages3D-source Now : git remote -v origin [email protected]:KiCad/kicad-packages3D-source (fetch) origin [email protected]:KiCad/kicad-packages3D-source (push) But now if I...

Ok, done. I issued git push origin Is it good now ? > Le 12 juil. 2019 à 16:06, Stefan a écrit : > > set it up like this...

Ok, I will correct all of this and commit it again. Thank you very much for your support, I really appreciate, as a newbie on all of this. Thanks again....