[bindings] Format with yapf (precommit will reformat)
This commit is contained in:
@@ -12,6 +12,7 @@ from Base.Matrix import Matrix
|
||||
from StringHasher import StringHasher
|
||||
from typing import Any, Final
|
||||
|
||||
|
||||
@export(
|
||||
Namespace="Data",
|
||||
Reference=True,
|
||||
@@ -36,18 +37,14 @@ class ComplexGeoData(Persistence):
|
||||
...
|
||||
|
||||
@constmethod
|
||||
def getFacesFromSubElement(
|
||||
self,
|
||||
) -> tuple[list[Vector], list[tuple[int, int, int]]]:
|
||||
def getFacesFromSubElement(self, ) -> tuple[list[Vector], list[tuple[int, int, int]]]:
|
||||
"""
|
||||
Return vertexes and faces from a sub-element.
|
||||
"""
|
||||
...
|
||||
|
||||
@constmethod
|
||||
def getLinesFromSubElement(
|
||||
self,
|
||||
) -> tuple[list[Vector], list[tuple[int, int]]]:
|
||||
def getLinesFromSubElement(self, ) -> tuple[list[Vector], list[tuple[int, int]]]:
|
||||
"""
|
||||
Return vertexes and lines from a sub-element.
|
||||
"""
|
||||
@@ -136,6 +133,7 @@ class ComplexGeoData(Persistence):
|
||||
Return the mapped element name
|
||||
"""
|
||||
...
|
||||
|
||||
BoundBox: Final[BoundBox] = ...
|
||||
"""Get the bounding box (BoundBox) of the complex geometric data."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user