Dion Moult
8e279ea862
Improved date calculations during import and editing ensure that start / finish dates are always on working days.
2021-06-04 15:21:48 +10:00
Dion Moult
6f8861c030
ES, EF, LS, LF calculations in work schedules now are calendar based. Thanks SigmaDimensions!
2021-06-04 15:20:38 +10:00
Dion Moult
2ac6fe9eef
Rewrite schedule calculation to be much faster and scale up to huge schedules.
2021-06-03 13:40:18 +10:00
Dion Moult
67b636f5fb
New API usecase to recalculate schedule times, including:
...
* Critical path
* Total float
* Early start
* Early finish
* Late start
* Late finish
2021-06-02 17:30:05 +10:00
Jesusbill
3a754c8ecc
fix of the fix n add_pset
2021-06-01 16:33:47 +02:00
Dion Moult
6ff4c95ac7
Dumb slabs now auto update thickness based on layer thickness and type changes.
2021-05-31 15:27:22 +10:00
Dion Moult
0b6af5f848
Experimental usecase serialisation function, in preparation for client-server systems and version control.
2021-05-31 14:18:24 +10:00
Dion Moult
452631b997
Updating either a duration, start, or finish date for a task now auto-updates the other attribute
2021-05-31 12:42:02 +10:00
Jesusbill
994ccb94f4
fix bug in adding psets for materials
2021-05-30 13:32:59 +02:00
Dion Moult
c7ba643ef7
Fix material unassignment greedy purging bug, and auto assign usages of typed layer / profile sets.
2021-05-30 21:03:50 +10:00
s-leger
730efcae49
Bugfix Set changed size during iteration ( #1506 )
...
Fix for remove RuntimeError: Set changed size during iteration
Add docstring
2021-05-29 22:03:00 +10:00
Dion Moult
62b297757e
Dumb slabs now are marked as parametric and inherit thickness from the slab type
2021-05-29 14:59:02 +10:00
s-leger
0533a00631
Allow global listeners ( #1500 )
...
* Allow global listeners
Add "global" listeners when ifc_file is None, listeners are run whatever the file.
This way allow to register listeners before a file exists, and "global" listeners.
Add listener returns the ifc_key
Remove listeners allow optional filtering by usecase_path / ifc_key.usecase_path.
* Update __init__.py
Fix was only removing the first listener found.
2021-05-29 09:06:38 +10:00
Dion Moult
478612b6ae
Fix #976 . Bug where project data dir was not very customisable without running into issues.
2021-05-28 15:58:19 +10:00
Dion Moult
b8e20ec1a5
Reimplement raster underlays when generating drawings. See #1153 .
2021-05-28 14:33:46 +10:00
Dion Moult
1cd243f13c
Fix #1462 . Standardise IfcOpenShell API to use Pythonic argument names.
2021-05-28 10:59:39 +10:00
s-leger
0a2adbb632
Implement remove pre / pos / all listeners ( #1498 )
...
Remove listeners, passing callback method.
Will not handle file pre_load cleanup / post_load setup here to prevent any blender's dependancy.
2021-05-28 10:07:56 +10:00
Dion Moult
7890ded698
Fix #1429 . MVDs now reflect the full DesignTransferView by default.
2021-05-28 09:49:57 +10:00
bosonprojets
7d2d9b2bcf
purging of cost and task inverse relationships in ifcopenshell.api, and amendement to cost item values editing UX in BlenderBIM
2021-05-28 00:24:01 +01:00
s-leger
75ae501ff9
Evaluate coplanar vertex in faces ( #1489 )
...
The idea is to only triangulate non co-planar faces when required.
Timings for evaluation with matrix based algo.
IfcRoof/Roof found 3927 of 116178 polygons: 0.366638 sec
IfcWall/Wall.012 found 0 of 6 polygons: 0.000046 sec
So should be acceptable for common use cases
But with single precision in blender we may still be over occ precision with a 1e-6 epsilon.
2021-05-28 08:57:22 +10:00
Dion Moult
afdc1e6679
New feature to export point lights (IfcLightSourcePositional) into IFC
2021-05-27 13:55:44 +10:00
Dion Moult
8935a17844
Really barebones UI to list space boundaries.
2021-05-27 13:54:18 +10:00
Dion Moult
a13b71abf0
Layer set usages now inherit layer sets from the type. Walls now support material layer set usages. Also minor fixes, thanks s-leger!
2021-05-25 13:10:26 +10:00
s-leger
61661fe6f3
implement missing create curve 2d method ( #1484 )
2021-05-24 23:14:26 +10:00
Dion Moult
22d9bce591
Dumb walls now automatically generate wall axis upon update
2021-05-24 20:56:47 +10:00
Dion Moult
bfe9213f67
Dumb walls now auto calculate length, width, height, and simple volume quantities when being updated
2021-05-24 19:28:47 +10:00
Dion Moult
f73a3a8f79
Fix bug where you were unable to delete certain objects. See #1483 .
2021-05-24 13:51:51 +10:00
s-leger
b9723c08e4
Ensure polygons are always coplanar ( #1482 )
...
* Ensure polygons are always coplanar
fix #1481
May adopt a bmesh approach instead ?
* Ensure polygons are coplanar
The bmesh version is lot faster than modifier one
2021-05-24 08:19:39 +10:00
Thomas Krijnen
3e8c10b775
first rough partial draft of alignment handling in python
2021-05-23 09:48:47 +02:00
Dion Moult
b650c045f5
Simple support for API listeners for parametric IFC authoring - editing any parameter can now trigger events from a "parametric engine" which synchronises other related geometry and attributes in the IFC dataset. Implement auto box generation as a first demo.
2021-05-19 14:45:47 +10:00
civilx64
20a36c39fc
finish implementing clothoid transition
2021-05-18 15:46:55 +02:00
civilx64
38544e2ba9
develop calcs for biquadratic parabola and clothoid curves
2021-05-18 15:46:55 +02:00
civilx64
41a88bcd4d
create implementation of IfcTransitionCurveSegment2D
2021-05-18 15:46:55 +02:00
Dion Moult
0d5110b7af
Fix bug where you were unable to remove a representation
2021-05-18 16:42:41 +10:00
Dion Moult
de873461e1
Fix bug where IFC2X3 files did not correctly generate 2D representations
2021-05-18 16:41:55 +10:00
Dion Moult
cbce3cbec0
Assigning a representation to a product type now syncs mapped representations of all of its typed products.
2021-05-18 16:41:30 +10:00
Dion Moult
e6bf32b832
Fix potential instability when assigning types and synchronising Blender geometry
2021-05-18 14:36:12 +10:00
s-leger
65c2f9a038
Add support for rel_void / rel_fill / rel_project relative placement when editing object placements( #1471 )
...
* Add support for rel_void / rel_fill
* Fix relationships, and add support for projection elements
Co-authored-by: Dion Moult <dion@thinkmoult.com >
2021-05-18 09:46:15 +10:00
Dion Moult
f2352e9a17
Old annotation systems now creates IFC elements again. Also text and misc annotations now work again with new system. See #1153 .
2021-05-16 18:26:48 +10:00
s-leger
ff06f452d5
disable boolean for mesh evaluation ( #1466 )
...
Disabling boolean modifier on screen instead of remove / add is enough to get proper mesh representation.
2021-05-16 10:20:56 +10:00
Dion Moult
fdcafa98b3
Continued grid bugfixing, especially related to export-time syncing.
2021-05-15 12:06:58 +10:00
bosonprojets
1776b19c07
Further fix to task_time durations editing
2021-05-15 02:04:43 +00:00
bosonprojets
e1d1dca518
Minor fix to editing task durations
2021-05-14 23:25:54 +00:00
bosonprojets
e8ab4dcc14
Improved UX for editing task durations
2021-05-14 23:04:51 +00:00
Dion Moult
41443d1a64
Fix bunch of bugs related to grid name syncing, axis deleting, copy axes and grid deletion
2021-05-14 20:19:30 +10:00
Dion Moult
ae7d123aa2
Qto module now has various qto methods you can do to bulk populate quantities
2021-05-14 15:13:40 +10:00
Dion Moult
7c6e7996ff
Improve the costing UI to format numbers properly and not take up so much space for cost components
2021-05-14 15:13:40 +10:00
Dion Moult
b3c918f15f
Implement load management and assigning activities with named loads. Thanks Jesusbill!
2021-05-13 18:04:50 +10:00
Dion Moult
66862a6cba
You can now copy cost values from one cost item to another
2021-05-13 15:11:45 +10:00
Dion Moult
4e014d1a10
New utility functions for copying and deep copying IFC elements
2021-05-13 15:11:18 +10:00