- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
As far as I can tell (in C3D 2020), the MakeCurrent command deals only with an object's layer, to make it the current layer.
Whereas my MakeCurrent AutoLisp command function (though barely into puberty) aims to set most any drawing variable to a selected object's corresponding property like...
("plinewid" "constantwidth")
("HPName" "PatternName")
("HPScale" "PatternScale")
("HPAng" "PatternAngle")
("TextStyle" "StyleName")
("TextHeight" "Height")
etc.
Can I get volunteers to contribute to a list of matching pairs for everything that can match?
I will then add the list to my code and publish it for free. And the more we find, I will update periodically.
I don't want them as dotted pairs because I will probably want to (mapcar 'reverse vlist), or it should be (property variable) instead.
John F. Uhden
Solved! Go to Solution.