mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 05:00:53 +00:00
Fix stub after 3c7e938
This commit is contained in:
@@ -503,6 +503,7 @@ class Triangulation(Representation):
|
|||||||
def edges(self) -> tuple[int, ...]: ...
|
def edges(self) -> tuple[int, ...]: ...
|
||||||
@property
|
@property
|
||||||
def edges_buffer(self) -> bytes: ...
|
def edges_buffer(self) -> bytes: ...
|
||||||
|
@property
|
||||||
def edges_item_ids(self) -> tuple[int, ...]: ...
|
def edges_item_ids(self) -> tuple[int, ...]: ...
|
||||||
@property
|
@property
|
||||||
def edges_item_ids_buffer(self) -> bytes: ...
|
def edges_item_ids_buffer(self) -> bytes: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user