Recommended Posts

Posted

Witam,

czym zastąpiono funkcję "vlax-dump-object " w ZwCAD2012+?

(setq Obj (vlax-ename->vla-object (car(entsel))))
(vlax-dump-object Obj)

pusty wynik, zero błędów, po prostu nic nie wyświetla...

pozdrawiam

Posted

Dzięki za info.

A coś na temat tej funkcji można powiedzieć "vlax-property-available-p"?:

(vlax-property-available-p Obj "ConstantWidth")

bez względu co wpiszę w parametr, to wynik jest "nil".

pozdrawiam

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now