public class GeometryAccellerator extends Object
| Constructor and Description |
|---|
GeometryAccellerator(BimServer bimServer) |
| Modifier and Type | Method and Description |
|---|---|
org.bimserver.interfaces.objects.SDensity |
getDensityThreshold(Set<Long> roids,
Long nrTriangles,
Set<String> excludedTypes) |
Set<Long> |
getGeometryDataToReuse(Set<Long> roids,
Set<String> excludedTypes,
Integer trianglesToSave) |
Octree |
getOctree(Set<Long> roids,
Set<String> excludedClasses,
Set<Long> geometryIdsToReuse,
int maxDepth,
float minimumThreshold,
float maximumThreshold) |
public GeometryAccellerator(BimServer bimServer)
public Octree getOctree(Set<Long> roids, Set<String> excludedClasses, Set<Long> geometryIdsToReuse, int maxDepth, float minimumThreshold, float maximumThreshold)
public Set<Long> getGeometryDataToReuse(Set<Long> roids, Set<String> excludedTypes, Integer trianglesToSave)
Copyright © 2019 OpenSource BIM. All rights reserved.