mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Update ignored settings structs in IfcPython.i #6976
This commit is contained in:
@@ -135,11 +135,6 @@ class BRepElement(Element):
|
||||
@property
|
||||
def volume(self): ...
|
||||
|
||||
class CgalEmitOriginalEdges:
|
||||
name: Any
|
||||
description: Any
|
||||
defaultvalue: Any
|
||||
|
||||
class ColladaSerializer(WriteOnlyGeometrySerializer):
|
||||
def finalize(self): ...
|
||||
def isTesselated(self): ...
|
||||
@@ -150,11 +145,6 @@ class ColladaSerializer(WriteOnlyGeometrySerializer):
|
||||
def write(self, *args): ...
|
||||
def writeHeader(self): ...
|
||||
|
||||
class ComputeCurvature:
|
||||
name: Any
|
||||
description: Any
|
||||
defaultvalue: Any
|
||||
|
||||
class ConversionResult:
|
||||
def ItemId(self): ...
|
||||
def Placement(self): ...
|
||||
@@ -273,16 +263,6 @@ class Element:
|
||||
class FileSchema(HeaderEntity):
|
||||
schema_identifiers: Any
|
||||
|
||||
class FunctionStepParam:
|
||||
name: Any
|
||||
description: Any
|
||||
defaultvalue: Any
|
||||
|
||||
class FunctionStepType:
|
||||
name: Any
|
||||
description: Any
|
||||
defaultvalue: Any
|
||||
|
||||
class GeometrySerializer:
|
||||
READ_BREP: Any
|
||||
READ_TRIANGULATION: Any
|
||||
@@ -566,11 +546,6 @@ class TriangulationElement(Element):
|
||||
def geometry(self) -> Triangulation: ...
|
||||
def geometry_pointer(self): ...
|
||||
|
||||
class TriangulationType:
|
||||
name: Any
|
||||
description: Any
|
||||
defaultvalue: Any
|
||||
|
||||
class TtlWktSerializer(WriteOnlyGeometrySerializer):
|
||||
def finalize(self): ...
|
||||
def isTesselated(self): ...
|
||||
|
||||
Reference in New Issue
Block a user