Stefan Fink
ea71a1f8a7
IfcSiPrefix.cpp changes for MSVC 2013
...
IfcHierarchyHelper.h:176,185 changes in addRelatedObject about throw exception
exception comes from
ifcparse/IfcHierarchyHelper.h line 176 get_parent_of_relation(rel)
if (get_parent_of_relation(rel) == relating_object) {
ifcparse/IfcHierarchyHelper.h line 47
IfcUtil::IfcBaseClass* get_parent_of_relation(IfcUtil::IfcBaseClass* t)
ifcparse/IfcSchema.h
ptrdiff_t attribute_index(const std::string& attr_name) const {
ptrdiff_t index = -1;
-1 return but getArgument(..) Parameter is unsigned int
in the methode -1 is ca. 42123423423423 and throw IfcParse::IfcAttributeOutOfRangeException
we catch this exception and all works as expected and before in 0.5-rc1
2020-07-18 09:55:31 +02:00
Dion Moult
9d6e7c2481
Allow for wildcard expansion in IFCCSV export
2020-07-18 17:29:40 +10:00
Dion Moult
41c539965c
Add automatic quantities calculated at export. See #898 .
2020-07-18 14:22:18 +10:00
Dion Moult
ab432ba3dd
Allow "none" geometry types for objects with no body representation
2020-07-18 13:11:13 +10:00
Dion Moult
11472f9aa9
Allow export of mesh edges for structural curve members
2020-07-18 13:10:28 +10:00
Dion Moult
1ec78e57ce
Minor fix
2020-07-16 17:35:57 +10:00
Dion Moult
418e4133b7
Minor fix
2020-07-16 17:19:07 +10:00
Dion Moult
2e1a32d540
Provide manual length, area, volume calc operators in qto UI. See #898 .
2020-07-16 17:12:11 +10:00
Dion Moult
c885652338
Minor fix
2020-07-16 13:05:50 +10:00
Dion Moult
ee4a93c0d3
Remove TK interface for BIMTester. Will provide a Blender UI instead.
2020-07-16 12:59:28 +10:00
Dion Moult
9f63f42e6e
Support import of IfcObjective constraints
2020-07-16 11:52:51 +10:00
Dion Moult
4d30be716e
You can now select all COBie defined assets and types using the selector
2020-07-16 11:37:56 +10:00
Dion Moult
e3de339ab2
Fix import bug where truncated material names cause import failure
2020-07-16 11:11:47 +10:00
Jesusbill
2a6b3b981a
update changelog
2020-07-15 00:33:06 +02:00
Jesusbill
a8d261f271
add zero-length springs for point connections and connection-to-member
2020-07-14 21:48:54 +02:00
Jesusbill
6c22894a93
import elements with no material or profile
2020-07-14 21:44:14 +02:00
Jesusbill
6e8eca37ef
experimental ca2ifc (json -> ifc) for creating example files
2020-07-14 21:40:23 +02:00
Dion Moult
63e65b2114
Fix broken selector utility
2020-07-14 19:27:56 +10:00
Dion Moult
1222716e16
BIMTester UI updated to new Gherkin syntax conventions
2020-07-14 18:22:32 +10:00
Thomas Krijnen
98ed21a1e2
Merge branch 'v0.6.0' of https://github.com/IfcOpenShell/IfcOpenShell into v0.6.0
2020-07-13 13:20:08 +02:00
Thomas Krijnen
093ebb2d8f
Don't try to apply opening elements marked as Reference
2020-07-13 13:19:28 +02:00
Dion Moult
42f597a7af
New experimental mode to allow users to profile import progress
2020-07-13 16:15:23 +10:00
Dion Moult
88331d16a2
Fix bug where imported materials that duplicated a name could be incorrectly assigned
2020-07-13 16:12:34 +10:00
Dion Moult
fa1926fa84
Exporting now uses custom people and organisations defined from the UI. See #875 .
2020-07-13 15:29:06 +10:00
Dion Moult
bdbe988dc7
Don't bother creation relationships to invalid psets.
...
An invalid pset can occur when the pset doesn't contain any properties. This can happen when all properties are not part of the pset definition template. This may lead to unwanted data loss, but strictly enforces buildingSMART pset definitions.
2020-07-12 11:06:14 +10:00
Dion Moult
6b07aeb703
Allow export of positioning elements (only IfcGrid for now) See #911
2020-07-12 10:19:22 +10:00
Thomas Krijnen
4015c5b5b2
--door-arcs option in SVG serializer
2020-07-11 23:26:21 +02:00
Thomas Krijnen
a62fd01725
Move late bound inverse access to IfcBaseEntity
2020-07-11 23:24:49 +02:00
Dion Moult
58fad83d4f
No longer require object linked materials in Blender in preparation for new material system
2020-07-11 22:25:06 +10:00
Thomas Krijnen
1e916896ab
--section-height-from-storeys
2020-07-11 13:39:09 +02:00
Thomas Krijnen
803cc66abb
#873
2020-07-11 11:55:00 +02:00
Thomas Krijnen
8500daf1cc
#915
2020-07-11 11:40:27 +02:00
Dion Moult
4baec5754d
Allow you to specify whether to recut all, or just recut selected. See #901 .
2020-07-10 21:22:22 +10:00
Dion Moult
607e506767
Users no longer need to manually select types for collections when exporting
2020-07-10 14:08:04 +10:00
Dion Moult
65821c4367
Group all aggregates into a single collection and update aggregate operators
2020-07-10 13:52:34 +10:00
s-leger
fd283b9c84
Update export_ifc.py
...
Fix for objects where material index > material slots
Keep material indexes in material slots range (index % slots is blender default behavior)
Fallback to a minimal slot count to 1 for objects without material slots
2020-07-10 12:09:10 +10:00
Dion Moult
2132706c6e
Migrate import geolocation to util module
2020-07-10 12:00:54 +10:00
Dion Moult
e781dbd789
Export now supports Ifc2x3 style classes in IFC4
2020-07-10 11:59:21 +10:00
Dion Moult
07f8f8c489
Support IfcSpatialElementTypes for export
2020-07-10 11:55:45 +10:00
Dion Moult
a7e1eb15ab
Add support for triangular grids in IFC import
2020-07-10 10:30:41 +10:00
Dion Moult
a27b00e616
Allow import of invalid grids coming from Revit. See #911 .
2020-07-10 10:18:33 +10:00
Dion Moult
c7211ed171
Create basic UI to manage people and organisations. See #875 .
2020-07-09 20:46:50 +10:00
Dion Moult
fbaa6cd2ed
New UI to assign constraints to objects and export
2020-07-07 12:33:41 +10:00
Dion Moult
e2868f871a
Support export of scaled curve bevel objects. See #900 .
2020-07-06 19:14:27 +10:00
Dion Moult
b866106293
Exported constraints are now managed using the new UI, no CSV required
2020-07-06 17:48:00 +10:00
Dion Moult
fda508e3f8
New UI to manage IFC constraints in the file
2020-07-06 17:26:38 +10:00
Thomas Krijnen
436eb3a637
msvc utf8 conversion in wrapper write()
2020-07-05 11:40:17 +02:00
Dion Moult
155a1eeca9
Fix incorrect dimension export of rectangle profiles
2020-07-04 13:26:14 +10:00
Dion Moult
79fdfa878c
Rename "documentation" to "drawings and sheets" for more universal terminology. See #881 .
2020-07-03 22:00:25 +10:00
Dion Moult
9a026d93fb
Update fetch object passport to substitute a mesh from a Blender file only. See #871 .
2020-07-03 21:54:22 +10:00