ifcwrap: exclude internal geometry pointers

Still available as `int(xxx.this)`.
This commit is contained in:
Andrej730
2026-07-24 21:51:19 +05:00
parent ec558dc57e
commit 9001cca078
2 changed files with 2 additions and 2 deletions
@@ -126,7 +126,6 @@ class BRepElement(Element):
def calculate_projected_surface_area(self, along_x, along_y, along_z): ...
@property
def geometry(self) -> BRep: ...
def geometry_pointer(self): ...
@property
def surface_area(self): ...
@property
@@ -618,7 +617,6 @@ class TriangulationElement(Element):
def __init__(self, *args): ...
@property
def geometry(self) -> Triangulation: ...
def geometry_pointer(self): ...
class TtlWktSerializer(WriteOnlyGeometrySerializer):
def __init__(self, filename, geometry_settings, settings, logger=None): ...