mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Remove unused tool.sequence methods
This commit is contained in:
@@ -869,8 +869,6 @@ class Sequence:
|
||||
def get_animation_product_frames(cls, work_schedule, settings): pass
|
||||
def get_animation_settings(cls): pass
|
||||
def get_checked_tasks(cls): pass
|
||||
def get_direct_nested_tasks(cls, task):pass
|
||||
def get_direct_task_outputs(cls, task): pass
|
||||
def get_finish_date(cls): pass
|
||||
def get_highlighted_task(cls): pass
|
||||
def get_lag_time_attributes(cls): pass
|
||||
|
||||
@@ -566,14 +566,6 @@ class Sequence(bonsai.core.tool.Sequence):
|
||||
if len(tasks) and len(tasks) > props.active_task_index:
|
||||
return tool.Ifc.get().by_id(tasks[props.active_task_index].ifc_definition_id)
|
||||
|
||||
@classmethod
|
||||
def get_direct_nested_tasks(cls, task: ifcopenshell.entity_instance) -> list[ifcopenshell.entity_instance]:
|
||||
return ifcopenshell.util.sequence.get_nested_tasks(task)
|
||||
|
||||
@classmethod
|
||||
def get_direct_task_outputs(cls, task: ifcopenshell.entity_instance) -> list[ifcopenshell.entity_instance]:
|
||||
return ifcopenshell.util.sequence.get_direct_task_outputs(task)
|
||||
|
||||
@classmethod
|
||||
def enable_editing_work_calendar_times(cls, work_calendar: ifcopenshell.entity_instance) -> None:
|
||||
props = cls.get_work_calendar_props()
|
||||
|
||||
Reference in New Issue
Block a user