tommyflynn13
tommyflynn13
No bother at all, I've been working through Jupyter and I'll attach the code below. Apologies if it's a bit messy, I'm picking it up on the fly! Firstly, to...
No problem at all, I'll past the traceback here below: ``` AttributeError Traceback (most recent call last) Input In [7], in () 1 lsc = LSC((polygon, 1.0)) # size in...
Then it gives this: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [8], in () ----> 1 lsc = LSC((Mesh(polygon), 1.0)) # size in cm 2 lsc.show() #...
It says `shapely.geometry.polygon.Polygon`
No bother, I'll give that a go and let you know how I get on! Should I keep using the LSC.py I updated and removed the 'size' parameters, or would...
Hi Daniel, Just to give you an update I tried a new approach and it seems to be coming together! Updated the LSC node script to be ``` # Create...
After updating the air gap to be triangular as well, the visualiser worked however the report gave a new traceback error: ``` GeometryError Traceback (most recent call last) Input In...
Everything seems to be in working order now, I've attached an image sjowing a quick simulation with 100 rays. My (hopefully!) last question, I was just wondering would you have...
I've taken a look at that piece of code, and updated it to the following. Not sure if it makes sense as I don't recognise the formula or attributes. just...
You might be right! Just giving it a final shot as I feel I could be close enough. At the minute, I'm attmepting to define the equation of the line...