Yorik van Havre

Results 242 comments of Yorik van Havre

There is a full redesign planned with #81 so this will become obsolete

#### IFC support Phasing is done with: ``` IfcWorkSchedule | --> IfcTask (name, start date, end date) | --> IfcRelAssignsProduct(task,product) ``` - https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/schema/ifcprocessextension/lexical/ifctask.htm - osarch discussion: https://community.osarch.org/discussion/160/construction-project-planning-and-cost-scheduling-blenderbim-and-charonifc/p6 - FreeCAD Planner...

![ifc_scheduling](https://user-images.githubusercontent.com/1136856/155326737-11014a66-75ed-47cc-876a-446f9471159c.svg)

Hi, Indeed. The status bar system was implemented in Draft only so far. Do you find it better in the status bar? I kind of like having it in the...

I think @realthunder's branch allows to add toolbars to the status bar, so this could become obsolete (user decides where they place their toolbars...)

Sorry it took so long to look at this :sweat_smile: I am not sure how to specify a max width (in case no stylesheet is used), but I'll try removing...

Hmm if I do that I can't make a narrow dialog anymore... Maybe just removing the spacer would do?

To use the new BIM IFC importer where most of the work here is gonna be done, several options: 1) Use latest FreeCAD code, then there is nothing to do...

Thanks for the detailed explanation. Okay, I think that's pretty easy to implement. Two questions: * Is the IfcBlock the shape representation of the IfcAnnotation/DRAWING? Then it's basically a "view...

![IMG_20220330_185208](https://user-images.githubusercontent.com/1136856/160889470-4471d253-1309-49bd-ae27-99554cb9e45d.jpg) I think we could achieve something good here, being able to design such things in either FreeCAD or Blender and render it in the other... I haven't looked deep...