interface DwgMultiLeaderBreak {
    end: DwgPoint3D;
    index?: number;
    start: DwgPoint3D;
}

Properties

Properties

index?: number
start: DwgPoint3D