hi !
I have this code in Blender, and it doesn't represents a cylindrical form:&OBST ID='Cylinder.019' XB=6.800,13.200,34.950,37.450,0.750,3.250 RGB=255,0,204 /
However, I would like to achieve the following configuration:
&SURF
ID='shape', COLOR='DARK GRAY'/
&MULT
ID='cube array', DX=0.12,DY=0.12,DZ=7, I_UPPER=11,J_UPPER=11,K_UPPER=2/
&OBST
XB=2.28,2.4,2.28,2.4,0,7
MULT_ID='cube
array'
SURF_ID='shape'
SHAPE='CYLINDER'
RADIUS=0.6
HEIGHT=7
XYZ=2.88,2.88,0
ORIENTATION=0,0,1/
Is there a way to input this code into Blender, or do I need to manually include it in the FDS file?