DXF class

Drawing Exchange Format (DXF)

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

Properties

entities List<AcDbEntity>
Get all entities
no setter
hashCode int
The hash code for this object.
no setterinherited
nextHandle int?
Next available handle
no setter
path String?
DXF File path
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEntities(AcDbEntity entity) → void
Add entities to the DXF file
getEntityByHandle(int handle) AcDbEntity
Get entity by handle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEntity(AcDbEntity entity) → void
Remove entity
save({String? newPath}) Future<void>
Save
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create(String filePath) Future<DXF>
Create a DXF object
load(String filePath) Future<DXF>
Loading your DXF file