由於dbx & vlisp 是使用activcx ,
但在vlisp的wblock方法並無整圖輸出,只能單一空間(SelectionSet 不能包含多個空間)作輸出
1. Wblock方法:
Writes out the given selection set as a new drawing file.
Signature
object.WBlock FileName, SelectionSet
Object Document
The object or objects this method applies to.
FileName String; input-only
The file name to write the selection set to.
SelectionSet SelectionSet object; input-only
The name of the selection set.
2. Export方法雖有整圖輸出為dxf,但沒有減肥效果
3.也試了建立新圖,把各個空間分別轉入新圖,但在轉入圖紙空間時出了一個其怪的現象(當圖紙空間中有多個viewport,如:4個可見viewport(圖紙空間是不可見viewport,dxf 69 為1),那在正常的圖檔就是5個viewport了,但當我把那以為是5個viewport轉入圖紙空間時,發現因圖檔為非作用圖檔,那圖紙空間(69 . 1)似乎轉為那4個可見viewport所用(即只有4個viewport),至轉入時有一viewport總是出錯,問題研究中__但解決希望極低 8-(
結論:看來還是要回老路------scr
|