Elyran Kogan

Results 10 issues of Elyran Kogan

I need to have a way to check if a specific point (or range) collides with an object in the model. I want to be able to get the objects...

feature-suggestion

when I create a mesh with a geometry - as long as it is not sliced it looks ok, but when it is sliced - you can see that it...

help wanted
good first issue
feature-suggestion

I tried using bimServer to define a project with two subprojects - uploading an ifc file in each sub project, and then I downloaded the project. the result was not...

I have this IFCTEXT for example: #654=IFCPROPERTYSINGLEVALUE('WWW XY Polygon',$,IFCTEXT('634515a696_750109a908z634519.707_750124a88z634551a707_750124a88z634551a707_750080.88z634499.796_750067.937z634483.721_750036.587z634558.04_750031.391z634558.482_750031.723z6346510123456789001234567890AAAAAAAAAABBBBBBBBB0123456789C0123456789D0123456789E4567123'),$); it fails because the length > 256 the result is : "123" when I remove a few chars, I see all...

bounty

java.util.LinkedList$ListItr.checkForComodification(Unknown Source) java.util.LinkedList$ListItr.next(Unknown Source) JMeter.plugins.functional.samplers.websocket.ServiceSocket.getResponseMessage(ServiceSocket.java:149) JMeter.plugins.functional.samplers.websocket.WebSocketSampler.sample(WebSocketSampler.java:159) org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:434) org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:261) java.lang.Thread.run(Unknown Source)

The actual bug is in allAssociations() method: ``` if (allAssociations == null) { allAssociations = new ArrayList(); allAssociations.add(businessSectors()); ... ``` it is the same for all association entities ``` java.util.ConcurrentModificationException...

Hi, I have started using the Bullhorn API a few days ago , and working on the integration. I tried to add Notes to candidate in two ways (both failed)...

**Describe the bug** when creating an annotation - by using an entity or pickResult, the annotation is placed with an offset - it is above the selected object. this becomes...

if the IFC has a conversion measure unit - it is not updated in the xkt model i.e. : #43= IFCSIUNIT(*,.LENGTHUNIT.,$,.METRE.); #44= IFCDIMENSIONALEXPONENTS(1,0,0,0,0,0,0); #45= IFCMEASUREWITHUNIT(IFCRATIOMEASURE(0.3048),#43); #46= IFCCONVERSIONBASEDUNIT(#44,.LENGTHUNIT.,'FOOT',#45); expected: viewer.scene.metrics.units ===...

enhancement
good first issue

using latest version - 1.1.0 I'm trying to run: ``` convert2xkt({ WebIFC, source: options.source, format: options.format, metaModelSource: options.metamodel, output: options.output, includeTypes: options.include ? options.include.slice(",") : null, excludeTypes: options.exclude ? options.exclude.slice(",")...