mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
downstream: ifcwrap: exclude interal geometry pointers
Still available as `int(xxx.this)`.
This commit is contained in:
@@ -126,7 +126,6 @@ class BRepElement(Element):
|
|||||||
def calculate_projected_surface_area(self, along_x, along_y, along_z): ...
|
def calculate_projected_surface_area(self, along_x, along_y, along_z): ...
|
||||||
@property
|
@property
|
||||||
def geometry(self) -> BRep: ...
|
def geometry(self) -> BRep: ...
|
||||||
def geometry_pointer(self): ...
|
|
||||||
@property
|
@property
|
||||||
def surface_area(self): ...
|
def surface_area(self): ...
|
||||||
@property
|
@property
|
||||||
@@ -512,7 +511,6 @@ class TriangulationElement(Element):
|
|||||||
def __init__(self, *args): ...
|
def __init__(self, *args): ...
|
||||||
@property
|
@property
|
||||||
def geometry(self) -> Triangulation: ...
|
def geometry(self) -> Triangulation: ...
|
||||||
def geometry_pointer(self): ...
|
|
||||||
|
|
||||||
class WriteOnlyGeometrySerializer(GeometrySerializer):
|
class WriteOnlyGeometrySerializer(GeometrySerializer):
|
||||||
def __init__(self, *args, **kwargs): ...
|
def __init__(self, *args, **kwargs): ...
|
||||||
|
|||||||
@@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
%ignore stream_or_filename::stream;
|
%ignore stream_or_filename::stream;
|
||||||
%ignore boost::hash_value;
|
%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
|
// This is only used for RGB colours, hence the size of 3
|
||||||
%typemap(out) const double* {
|
%typemap(out) const double* {
|
||||||
|
|||||||
Reference in New Issue
Block a user