FERRF Posted August 5, 2014 Posted August 5, 2014 hi guys im new to the forum. I wounder if theres a lisp or could be created to change dim style and it pick the right layer by it self. thanks:) Quote
Tharwat Posted August 5, 2014 Posted August 5, 2014 Welcome to CADTutor FERRF Can you give more details about what you are trying to achieve ? Quote
FERRF Posted August 5, 2014 Author Posted August 5, 2014 yes. what I'm trying to do is every time i change dim-style it automatically picks the layer i need, just like hplayer for hatches. thanks Tharwat Quote
BIGAL Posted August 6, 2014 Posted August 6, 2014 If you make your own menu, toolbar or command you can do anything you like easier than playing with the DIM command. You may want to also search for autoloading lisps and shortcuts. (defun c:DIMM () (setvar "dimstyle" "mystyle") (setvar "clayer" "mydims") (command "DIM") ) ) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.