interface DwgXref {
    filename: string;
    transform: Matrix4;
}

Properties

Properties

filename: string
transform: Matrix4