AcDbPolyline class

POLYLINE (DXF)

Subclass marker (AcDbPolyline)

Implemented types

Constructors

AcDbPolyline(int? _handle, {required List<List<double>> vertices, bool isClosed = false, String layerName = '0'})

Properties

dxfString String
no setteroverride
handle int?
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
getter/setter pair
layerName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertices List<List<double>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromGroupCodes(List<GroupCode> codes) Future<AcDbPolyline>
override