Skip to content

Instantly share code, notes, and snippets.

@arcollector
Last active August 29, 2015 14:21
Show Gist options
  • Save arcollector/2c83285a76a676b253fd to your computer and use it in GitHub Desktop.
Save arcollector/2c83285a76a676b253fd to your computer and use it in GitHub Desktop.
DXF polygon codes
100
AcDbEntity
100
AcDbPolyFaceMesh // MESH VERTICES FOLLOWS
100
AcDbEntity
100
AcDbVertex
100
AcDbPolyFaceMeshVertex
10,20,30
100
AcDbEntity
100
AcDbVertex
100
AcDbPolyFaceMeshVertex
10,20,30
100
AcDbEntity
100
AcDbVertex
100
AcDbPolyFaceMeshVertex
10,20,30
100
AcDbEntity
100
AcDbVertex
100
AcDbPolyFaceMeshVertex
10,20,30
// MANY MORE...
--------------------------------------------------------
// POLYGON FACETS FOLLOWS
100
AcDbEntity
100
AcDbFaceRecord
71,72,73
100
AcDbEntity
100
AcDbFaceRecord
71,72,73
// MANY MORE...
SEQEND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment