interface Dwg_Entity_BLOCK {
    base_pt: DwgPoint2D;
    name: string;
}

Properties

Properties

base_pt: DwgPoint2D
name: string