downstream: ifcwrap: exclude interal geometry pointers

Still available as `int(xxx.this)`.
This commit is contained in:
Andrej730
2026-07-24 21:50:41 +05:00
parent 6fb5a619df
commit a954170927
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
@@ -512,7 +511,6 @@ class TriangulationElement(Element):
def __init__(self, *args): ...
@property
def geometry(self) -> Triangulation: ...
def geometry_pointer(self): ...
class WriteOnlyGeometrySerializer(GeometrySerializer):
def __init__(self, *args, **kwargs): ...
+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* {