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): ...
+2
View File
@@ -21,6 +21,8 @@
%ignore stream_or_filename::stream;
%ignore boost::hash_value;
%ignore IfcGeom::BRepElement::geometry_pointer;
%ignore IfcGeom::TriangulationElement::geometry_pointer;
// This is only used for RGB colours, hence the size of 3
%typemap(out) const double* {