Search found 12428 matches
- Thu Aug 04, 2022 11:50 am
- Forum: Draft, Arch & BIM
- Topic: One Object in 2 Layers / Groups / Building Parts
- Replies: 2
- Views: 233
Re: One Object in 2 Layers / Groups / Building Parts
I think indeed an object should not be in 2 different layers, nor in 2 different buildingparts. Note that in theory a same object could be referenced by 2 groups. It's only the group's addObject functionality that checks and removes objects from other groups. We should maybe copy that function, and ...
- Thu Aug 04, 2022 11:39 am
- Forum: IFC
- Topic: No module named 'ifcopenshell'
- Replies: 5
- Views: 248
Re: No module named 'ifcopenshell'
I don't remember if IfcOpenShell is in the appimage or not... @Kunda1 might know?
- Wed Aug 03, 2022 8:11 am
- Forum: Foro em Português
- Topic: Dúvida sobre como gerar um arquivo em PDF a partir de um desenho 2D
- Replies: 3
- Views: 442
Re: Dúvida sobre como gerar um arquivo em PDF a partir de um desenho 2D
Os 0.25mm na vista techdraw são 0.25mm desenhados. Só que de fato uma linha de 2px será de 50mm. Sugiro a você tentar uma etapa intermediária, que é o que costumo fazer aqui: - Em vez de fazer uma vista techdraw diretamente a partir do seu plano de corte, faça um Draft Shape2DView - Desloque o shape...
- Mon Aug 01, 2022 12:19 pm
- Forum: Draft, Arch & BIM
- Topic: Crash if you edit draft label and minimize the window
- Replies: 3
- Views: 341
Re: Crash if you edit draft label and minimize the window
I also have no way to minimize the editor window, but indeed switching virtual desktops also causes a crash. The problem is not in Draft Label though, any other object that uses the PropertyStringList editor has the same issue. The problem seems to be when the dialog is being closed (I don't know wh...
- Mon Aug 01, 2022 9:00 am
- Forum: Install / Compile
- Topic: Mac build and python C API
- Replies: 34
- Views: 3019
Re: Mac build and python C API
I don't think so. We have upgraded PyCXX several times in the past, it's usually straightforward.
It's a pity pycxx is not more widespread through linux distros

- Fri Jul 29, 2022 12:37 pm
- Forum: Packaging
- Topic: Volunteer Packagers Needed for the PPA
- Replies: 34
- Views: 4681
Re: Volunteer Packagers Needed for the PPA
you have a point there 

- Thu Jul 28, 2022 10:20 am
- Forum: Draft, Arch & BIM
- Topic: Feature Request #7257 - When using Draft to Mirror a Part can keep the same color
- Replies: 12
- Views: 839
- Thu Jul 28, 2022 10:19 am
- Forum: Draft, Arch & BIM
- Topic: The essence of Arch objects and custom Arch Window
- Replies: 14
- Views: 962
Re: The essence of Arch objects and custom Arch Window
To add a bit more clarification: All arch objects are arch components. An arch component is basically just a wrapper that adds IFC properties to any object, and contains some shared logic used by all other arch objects. But in itself it basically does nothing. All other arch objects are based on the...
- Thu Jul 28, 2022 10:04 am
- Forum: Packaging
- Topic: Volunteer Packagers Needed for the PPA
- Replies: 34
- Views: 4681
Re: Volunteer Packagers Needed for the PPA
Wow, that's nice wizardrywandererfan wrote: ↑Tue Jul 26, 2022 1:20 pm The debian dir from the first gets inserted into the second for the daily build.

- Tue Jul 26, 2022 8:31 am
- Forum: Packaging
- Topic: Volunteer Packagers Needed for the PPA
- Replies: 34
- Views: 4681
Re: Volunteer Packagers Needed for the PPA
I don't really know if there is any relationship at all between the launchpad git and the debian salsa git. I believe not, each of them syncs with our FreeCAD master code independently. Only, debian makes builds at specific times, while normally the PPA should build daily, or so.