View Full Version : tcircle variables
matthew.221135
2010-05-06, 12:34 AM
Greetings Everyone
Just a quick question, Is it possible to set tcircle variables, I want to set shape to rectangle instead of circle and offset to 0.5
Greetings Everyone
Just a quick question, Is it possible to set tcircle variables, I want to set shape to rectangle instead of circle and offset to 0.5
Yes, you can. The variables as of 2007 are
#bns_tcircle_offset - Requires a real number. The default = 0.35
#bns_tcircle_ent - (Choose one -> Circles, Slots, Rectangles)
#bns_tcircle_rad - (Choose one -> Constant, Variable)
You can set these variables with the setq AutoLISP function.
(setq #bns_tcircle_offset 0.5)
(setq #bns_tcircle_ent "Slots")
#bns_tcircle_rad "Variable")
matthew.221135
2010-05-06, 05:01 AM
Awesome, Thanks a whole heap.
ccowgill
2010-05-06, 11:53 AM
with this being an express tool, I'm assuming you would have to edit the original lisp to actually accomplish this, possibly adding arguments, or just modifying the actual code.
matthew.221135
2010-05-06, 10:17 PM
Actually, I added it to my acaddoc.lsp, Works a treat,
Is there a problem doing it this way,
RobertB
2010-05-07, 12:06 AM
Actually, I added it to my acaddoc.lsp, Works a treat,
Is there a problem doing it this way,No, your approach is the best as long as they are global variables (which they are). Modifying the original file leaves you with the risk of losing the changes the next time you upgrade.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.