completesolar / DxfCreator

3 stars 2 forks source link

Cannot change the lineType #28

Open lisophorm opened 7 years ago

lisophorm commented 7 years ago

Hello, I am trying to draw some Polylines with lineType different than solid without success. Can you post an eample on how to draw a primitive with a dashed (as example) line?

Thanks

JakeStrang1 commented 7 years ago

$drawing = new Drawing(); $drawing->drawRectangle("model", 0, 0, 2, 3, ["lineType" => "-"] );

lineType options here: https://github.com/completesolar/DxfCreator/wiki/Options#linetype

This doesn't work for you?