mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 02:24:30 +00:00
Increase maximum contacts threshold default so that it works out of the box for larger projects
This commit is contained in:
Executable → Regular
+1
-1
@@ -350,7 +350,7 @@ class CollisionManager(object):
|
||||
cdata = fcl.CollisionData()
|
||||
if return_names or return_data:
|
||||
cdata = fcl.CollisionData(request=fcl.CollisionRequest(
|
||||
num_max_contacts=100000, enable_contact=True))
|
||||
num_max_contacts=1000000, enable_contact=True))
|
||||
|
||||
self._manager.collide(cdata, fcl.defaultCollisionCallback)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user