DXF class

Drawing Exchange Format (DXF)

The DXF™ format is a tagged data representation of all the information contained in an AutoCAD ® drawing file

Constructors

DXF.create()
Create a DXF object
factory
DXF.fromString(String dxfString)
Load string from ASCII DXF file
factory

Properties

dxfString String
Return dxfString
no setter
entities List<AcDbEntity>
Get all entities
no setter
groupCodes List<GroupCode>
DXF Group Codes
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEntities(AcDbEntity entity) → void
Add entities to the DXF object
getEntityByHandle(String handle) AcDbEntity?
Get entity by handle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEntity(AcDbEntity entity) bool
Remove entity
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited