ahladik
|
a0dad0802e
|
Fix to IfcHierarchyHelper.cpp (#1476)
|
2021-05-21 13:26:40 +02:00 |
|
Dion Moult
|
97244d1919
|
Revisiting dumb walls - typed dumb walls now auto derive wall thickness from the type material
|
2021-05-20 12:53:40 +10:00 |
|
Dion Moult
|
1541cbbbb8
|
Fix bug where sometimes active object edits would not get synced correctly.
|
2021-05-19 21:05:03 +10:00 |
|
Dion Moult
|
82692bb88d
|
Adding a new type instance (like furniture, walls) now snaps it to the bottom of the storey you're working on. Nice.
|
2021-05-19 17:59:13 +10:00 |
|
Dion Moult
|
77a97233c5
|
New authoring panel for adding instances and fix bug where new cube instances were missing a face
|
2021-05-19 16:24:34 +10:00 |
|
Dion Moult
|
4214a449a8
|
Only show search UI if an IFC model is loaded.
|
2021-05-19 14:46:02 +10: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 |
|
Prabhat Singh
|
851ab07192
|
Added Project and Version script for v3 bcfxml.py (#1473)
* Added Project and Version script for v3
* Removed Redundant part
* Optional Element Fixes
|
2021-05-19 08:40:28 +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
|
966850c54a
|
Minor fix
|
2021-05-18 20:02:56 +10:00 |
|
Dion Moult
|
319fe13f9e
|
Minor refactor
|
2021-05-18 17:48:44 +10: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
|
0822d1d377
|
Fix crash when switching representations for a type products.
|
2021-05-18 16:29:19 +10:00 |
|
Dion Moult
|
e6bf32b832
|
Fix potential instability when assigning types and synchronising Blender geometry
|
2021-05-18 14:36:12 +10:00 |
|
Dion Moult
|
30c31d694a
|
Purge OCC dependency and old drawing system. See #1153.
|
2021-05-18 10:44:33 +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
|
2d42846fa3
|
Basic reimplementation of the 2D representation support without PythonOCC. See #1153.
|
2021-05-17 21:52:23 +10:00 |
|
Dion Moult
|
d3bb895c9d
|
No new functionality. Just throwing all drawing code in the drawing module. See #1153.
|
2021-05-17 15:15:25 +10:00 |
|
Dion Moult
|
aeead1c011
|
Purge old swept solid system. No longer relevant in the land of native IFC.
|
2021-05-17 14:24:10 +10:00 |
|
Dion Moult
|
ba742d5976
|
Fix #1465. Bump BCF to new namespace.
|
2021-05-17 14:02:29 +10:00 |
|
s-leger
|
27750e0caf
|
fix is_native_swept_disk_solid logick (#1469)
* Update import_ifc.py
Ensure that at least a raw representation exists before checking for type.
* Update import_ifc.py
|
2021-05-17 10:02:41 +10:00 |
|
s-leger
|
5b02d3214d
|
Unlink only from relevant collections (#1467)
Objects may be linked to non ifc related collections, so keep those links whatever.
|
2021-05-17 09:35:14 +10:00 |
|
Prabhat Singh
|
0f55a98b2f
|
Added Module Loader (#1468)
|
2021-05-17 09:34:31 +10:00 |
|
Laurens Oostwegel
|
13209b6d03
|
Create mapping to IFC for all CityJSON object types & semantic surfaces
|
2021-05-16 18:55:00 +02:00 |
|
Laurens Oostwegel
|
411855495e
|
support for CityJSON MultiSurface, CompositeSurface & interior faces for cityjson2ifc convert
|
2021-05-16 18:16:59 +02:00 |
|
Laurens Oostwegel
|
79ebbb82ef
|
Minor fix in previous commit regarding writing of ifc file
|
2021-05-16 15:46:31 +02:00 |
|
LaurensJN
|
647a96a655
|
Update README.md of ifccityjson
|
2021-05-16 15:36:58 +02:00 |
|
Laurens Oostwegel
|
66d4665498
|
Instead of using a template ifc file, ifccityjson now uses ifcopenshell.api to create a new file for conversion
|
2021-05-16 15:32:35 +02:00 |
|
Dion Moult
|
537efdcb53
|
Continue refactor, and provide user options to regenerate vector base layer / annotation layer of drawings. See #1153.
|
2021-05-16 23:13:27 +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 |
|
Dion Moult
|
e0b3a87fdb
|
You can now select all products that are part of a group
|
2021-05-16 11:24:51 +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
|
5aec0718f4
|
IFC drawings are now roundtrip and are imported as Blender camera objects. See #1153.
|
2021-05-15 18:05:15 +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
|
13c642c6ab
|
A little progress on refactoring the old drawing module into an IfcConvert based system. See #1153.
|
2021-05-14 17:49:24 +10:00 |
|
bosonprojets
|
c40f07f9b5
|
Minor fix for editing Work Schedule Attributes
|
2021-05-14 07:40:54 +00: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 |
|
ahladik
|
6ec23faf26
|
A few fixes of types and a typo (#1464)
|
2021-05-13 21:11:19 +02:00 |
|
Thomas Krijnen
|
81ad689478
|
#841 missing return value
|
2021-05-13 10:09:09 +02: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
|
de7ddd9b97
|
You can now filter products assigned to a cost item or schedule
|
2021-05-13 15:54:26 +10:00 |
|