Last active
August 29, 2015 14:21
-
-
Save arcollector/2c83285a76a676b253fd to your computer and use it in GitHub Desktop.
DXF polygon codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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