AcDbPolyline class

POLYLINE (DXF)

Subclass marker (AcDbPolyline)

Implemented types

Constructors

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

Properties

handle String
DXF handle
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
getter/setter pair
layerName String
DXF layer
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of entity
no setteroverride
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