Skip to content

Commit

Permalink
VERTEX_MESH
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jul 9, 2023
1 parent cb354f5 commit fad7d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ACadSharp/IO/DWG/DwgStreamReaders/DwgObjectReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ private CadTemplate readObject(ObjectType type)
template = this.readVertex3D(new Vertex3D());
break;
case ObjectType.VERTEX_MESH:
break;
case ObjectType.VERTEX_PFACE:
template = this.readVertex3D(new VertexFaceMesh());
break;
Expand Down

0 comments on commit fad7d09

Please sign in to comment.