interface Dwg_Entity_VERTEX_3D {
    flag: number;
    point: DwgPoint3D;
}

Properties

Properties

flag: number
point: DwgPoint3D