Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Oct 27, 2023
1 parent e9e1d1d commit 5666ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ private void writeShape(Shape shape)
//When reading from DXF, the shape is found by iterating over all the text styles
//(SHAPEFILE, see paragraph 20.4.56) and when the text style contains a shape file,
//iterating over all the shapes until the one with the matching name is found.
this._writer.WriteBitShort(0); //TODO: missing implementation for shape
this._writer.WriteBitShort(0); //TODO: missing implementation for shapeIndex

//Extrusion 3BD 210
this._writer.Write3BitDouble(shape.Normal);
Expand Down

0 comments on commit 5666ef4

Please sign in to comment.