Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phasing system #9

Open
yorikvanhavre opened this issue Aug 31, 2018 · 2 comments
Open

Phasing system #9

yorikvanhavre opened this issue Aug 31, 2018 · 2 comments
Assignees
Labels
Feature New feature or request

Comments

@yorikvanhavre
Copy link
Owner

Allow to define phases and attribute these phases to BIM objects.
Need to see how to save/retrieve this to/from IFC

@yorikvanhavre yorikvanhavre added the Feature New feature or request label Aug 31, 2018
@yorikvanhavre
Copy link
Owner Author

yorikvanhavre commented Feb 22, 2022

IFC support

Phasing is done with:

IfcWorkSchedule
    | --> IfcTask (name, start date, end date)
              | --> IfcRelAssignsProduct(task,product)

Idea 1: Phases are stored in Document.Meta as a dict of lists with Name, StartDate and EndDate

in Arch:

  • All arch objects gain an App::PropertyEnum named Phase
  • IFC export: Object phase is saved to IFC (unused phases are discarded)
  • IFC import: Object phases are loaded form IFC (no dates are added)

in BIM:

  • Phases Manager UI to list, create, modify and delete phases
  • Load and save Document.Meta
  • Trigger Phase property enums of arch objects on Document.Meta update

Idea 2 (preferred): Phases are real tree objects, like layers.

in Arch:

  • A new "Phase" object that acts like a layer
  • IFC export: Object phase is saved to IFC (unused phases are discarded)
  • IFC import: Object phases are loaded form IFC (no dates are added)

in BIM:

  • Phases Manager UI to list, create, modify and delete phases

@yorikvanhavre yorikvanhavre self-assigned this Feb 22, 2022
@yorikvanhavre yorikvanhavre changed the title Add phasing Phasing system Feb 23, 2022
@yorikvanhavre
Copy link
Owner Author

ifc_scheduling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant