如果建筑是像CIV3d这样的东西,那么这不仅仅是一个简单的问题。发布样例dwg。
- an example
- (vlax-for i (vlax-get *AeccDoc* 'Pointlabelstyles)
- (setq lst (cons (cons (vla-get-name i) i) lst))
- )
但是*Aeccdoc*取决于版本。
- (strcat "AeccXUiLand.AeccApplication." appstr) ; appstr 13 for 2019
- this is probably different name "AeccXUiLand" for Architecture.
|