mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 19:36:21 +00:00
Updated default JoinCriteria to accommodate new facet selector for statuses.
This commit is contained in:
@@ -918,7 +918,7 @@ class CreateDrawing(bpy.types.Operator):
|
|||||||
join_criteria = join_criteria.split(",")
|
join_criteria = join_criteria.split(",")
|
||||||
else:
|
else:
|
||||||
# Drawing convention states that same objects classes with the same material are merged when cut.
|
# Drawing convention states that same objects classes with the same material are merged when cut.
|
||||||
join_criteria = ["class", "material.Name", 'r"Pset.*Common"."Status"']
|
join_criteria = ["class", "material.Name", "/Pset_.*Common/.Status", "EPset_Status.Status"]
|
||||||
|
|
||||||
group = root.find("{http://www.w3.org/2000/svg}g")
|
group = root.find("{http://www.w3.org/2000/svg}g")
|
||||||
joined_paths = {}
|
joined_paths = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user