mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Use snake case conversion result APIs
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -142,8 +142,8 @@ class ConversionResult:
|
||||
def setStyle(self, newStyle): ...
|
||||
|
||||
class ConversionResultShape:
|
||||
def Serialize(self, place, arg3): ...
|
||||
def Triangulate(self, *args): ...
|
||||
def serialize(self, place, arg3): ...
|
||||
def triangulate(self, *args): ...
|
||||
def __init__(self, *args, **kwargs): ...
|
||||
def add(self, arg2): ...
|
||||
def area(self): ...
|
||||
|
||||
Reference in New Issue
Block a user