You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. First of all, I want to congratulate you on this very good project.
I'm new to using DXFighter and I'm trying to define a block by:
$dxf = new \DXFighter\DXFighter();
$aBlock = new \DXFighter\lib\Block('MyBlock1');
$dxf->addEntity($aBlock);
$dxf->saveAs('tempfiles/dxfighter.dxf');
My CAD tool fails to open the generated DXF and it seems that, unless I am mistaken, the block definition is in the ENTITIES section rather than BLOCKS.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello. First of all, I want to congratulate you on this very good project.
I'm new to using DXFighter and I'm trying to define a block by:
My CAD tool fails to open the generated DXF and it seems that, unless I am mistaken, the block definition is in the ENTITIES section rather than BLOCKS.
Thanks in advance.
The text was updated successfully, but these errors were encountered: