ArturTomczak
|
5b94043cdc
|
ids parse, restrictions
change __init__ to parse for separating those two
|
2021-06-18 16:50:26 +02:00 |
|
ArturTomczak
|
8fd4965106
|
add length restriction
both length and min/maxlength added
|
2021-06-12 22:35:37 +02:00 |
|
ArturTomczak
|
ba26772e46
|
add bounds restriction
|
2021-06-12 21:10:50 +02:00 |
|
ArturTomczak
|
7e02eb923d
|
add bounds restriction
|
2021-06-12 21:10:09 +02:00 |
|
ArturTomczak
|
459149e418
|
add enumeration restriction
|
2021-06-12 18:08:13 +02:00 |
|
ArturTomczak
|
768606571e
|
fix multiple requirements at a time
|
2021-06-11 19:03:03 +02:00 |
|
ArturTomczak
|
65fa5768f2
|
implement material facet
added actual evaluation and extended current implementation with all possible ifc relations for materials.
|
2021-06-11 17:10:54 +02:00 |
|
ArturTomczak
|
9db01bc6cc
|
implement classification facet
|
2021-06-10 15:21:51 +02:00 |
|
ArturTomczak
|
4e60ca01c3
|
improve feedback message
added counters and runtime info
|
2021-06-10 15:21:07 +02:00 |
|
ArturTomczak
|
8c9ab98697
|
switch from dom to xmlschema
as suggested by @Moult, xmlschema better fits the purpose than xml.dom.minidom
|
2021-06-10 15:19:23 +02:00 |
|
ArturTomczak
|
4017097f19
|
Add xmlschema validation
|
2021-06-08 10:34:02 +02:00 |
|
atom3
|
5419d72a6a
|
remove debug data
|
2021-04-30 11:31:23 +02:00 |
|
atom3
|
9ca1e011e5
|
narrow try-except
|
2021-04-30 11:06:36 +02:00 |
|
atom3
|
3b806a5466
|
check PredefinedType if exists not based on schema
|
2021-04-30 08:41:33 +02:00 |
|
atom3
|
a65a34cfe7
|
code formatting
|
2021-04-30 00:09:04 +02:00 |
|
atom3
|
2e0d5fa707
|
skip PredefinedType if not IFC4
|
2021-04-29 23:41:22 +02:00 |
|
atom3
|
de40049c9c
|
Merge branch 'GSoC#45-IDS-checking' of https://github.com/atomczak/IfcOpenShell into GSoC#45-IDS-checking
|
2021-04-29 21:33:51 +02:00 |
|
atom3
|
29fa5bdffa
|
replace f-string with %
|
2021-04-29 21:33:07 +02:00 |
|
ArturTomczak
|
d55ad90319
|
Merge branch 'v0.6.0' into GSoC#45-IDS-checking
|
2021-04-29 21:05:26 +02:00 |
|
atom3
|
90ece8a058
|
Add PredefinedType support
|
2021-04-29 20:46:55 +02:00 |
|
Dion Moult
|
fd83564af0
|
Sorry forgot to commit
|
2021-04-29 19:37:59 +10:00 |
|
Dion Moult
|
37e3a65ffb
|
Decouple pset APIs from blenderbim namespace
|
2021-04-29 19:35:21 +10:00 |
|
Dion Moult
|
e5cf0cde2d
|
Improve time and date support (don't cast to datetime) and support all recurrence types and time periods in work schedules
|
2021-04-29 17:52:45 +10:00 |
|
Dion Moult
|
810d36781c
|
Add support for editing calendar work and exception times and recurring work times
|
2021-04-29 13:16:47 +10:00 |
|
bosonprojets
|
f8eb1c178a
|
Usecases to edit WorkCalendar Attributes in the ifcopenshell.api
|
2021-04-29 02:43:14 +00:00 |
|
Dion Moult
|
b726ba7816
|
Simplify work calendar UI
|
2021-04-29 09:55:50 +10:00 |
|
bosonprojets
|
4ab23d231d
|
Usecase to Unassign object aggregation in the ifcopenshell.api
|
2021-04-28 12:43:14 +00:00 |
|
Dion Moult
|
00694854af
|
UI clean up for work plans and code review for assign schedules to plan
|
2021-04-28 17:59:57 +10:00 |
|
atom3
|
ca34c95057
|
added boolean restriction
|
2021-04-28 00:25:08 +02:00 |
|
atom3
|
5078db8b26
|
fixed typos
changed all 'applicabiliy' to 'applicability'
|
2021-04-28 00:10:13 +02:00 |
|
Dion Moult
|
56046dd6f9
|
Cost quantities that are counting that have controlled products now automatically count the number of products for convenience
|
2021-04-27 14:45:14 +10:00 |
|
Dion Moult
|
e0a5c9c8f3
|
You can now assign derived quantities from products to cost items
|
2021-04-27 12:09:52 +10:00 |
|
Dion Moult
|
57396e1bb9
|
Make cha-ching noise whenever you're checking out cost schedules
|
2021-04-26 18:46:35 +10:00 |
|
Dion Moult
|
389076bff4
|
Implement feature for manipulating cost values, with support for calculation of subtotals
|
2021-04-26 18:18:42 +10:00 |
|
Dion Moult
|
bfcc067257
|
New feature to manipulate cost item quantities
|
2021-04-26 12:41:19 +10:00 |
|
Dion Moult
|
f88ac5de62
|
Minor code review to assign / unassign resource products
|
2021-04-26 09:38:45 +10:00 |
|
bosonprojets
|
cdd456bede
|
Assign and Unassign resources to scene objects in BlenderBIM
|
2021-04-25 23:25:05 +00:00 |
|
bosonprojets
|
7041d17c16
|
Unassign Resources Usecase added to the ifcopenshel.api
|
2021-04-25 22:59:01 +00:00 |
|
Dion Moult
|
de842f7aba
|
Code review with myoualid for IFC resource module
|
2021-04-25 12:29:11 +10:00 |
|
bosonprojets
|
6107c39c1c
|
Update to IfcResources panel and authoring subtypes of IfcConstructionResource with ifcopenshell.api
|
2021-04-24 23:34:38 +00:00 |
|
Thomas Krijnen
|
b231e9051b
|
Update main.py
|
2021-04-24 15:23:36 +02:00 |
|
Thomas Krijnen
|
cb70f97789
|
Update ids.py
|
2021-04-23 12:14:52 +02:00 |
|
Thomas Krijnen
|
572ed0db0f
|
Update ids.py
|
2021-04-23 12:13:41 +02:00 |
|
bosonprojets
|
c7aa42bfd5
|
Feature to Add Crew Resources and SubContract Resources with the ifcopenshell.api and blenderB
|
2021-04-23 06:38:11 +00:00 |
|
bosonprojets
|
8b35a3aadd
|
Assign control to cost items and UX Workschedules and Costchedules cleanup
|
2021-04-22 00:18:22 +00:00 |
|
Dion Moult
|
78314b1ec7
|
Forgot to commit append_asset usecase, also minor fixes
|
2021-04-21 20:49:58 +10:00 |
|
Dion Moult
|
5e815e7832
|
You can now append object types from an IFC project library to your active project
|
2021-04-21 16:45:11 +10:00 |
|
Dion Moult
|
9b855bed2d
|
Implement unassigning products to tasks
|
2021-04-21 11:53:33 +10:00 |
|
Dion Moult
|
3143f8c9a5
|
Code review for assign product with myoualid
|
2021-04-21 11:11:08 +10:00 |
|
Dion Moult
|
8dd781aea2
|
Fix bug where you couldn't assign objects to a fresh layer
|
2021-04-21 11:03:36 +10:00 |
|