mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Modifications to scheduled dates can now cascade through the task tree
This commit is contained in:
@@ -84,7 +84,7 @@ class Usecase:
|
||||
rel.RelatedProcess.id(),
|
||||
{
|
||||
"lag_time": 0
|
||||
if not rel.TimeLag or not rel.TimeLag.LagValue
|
||||
if not rel.TimeLag
|
||||
else ifcopenshell.util.date.ifc2datetime(rel.TimeLag.LagValue.wrappedValue).days,
|
||||
"type": self.sequence_type_map[rel.SequenceType],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user