MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / Activity

Class Activity

src/ifc4d/ifc4d/common.py:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class Activity(TypedDict):
37 Name: str
38 Identification: int
39 StartDate: datetime
40 FinishDate: datetime
41 PlannedDuration: float
42 Status: str
43 CalendarObjectId: str
44 ifc: Union[ifcopenshell.entity_instance, None]
45
46
47class WBSEntry(TypedDict):

Callers 1

parse_barMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected