Drive AutoCAD with Code
Thursday, July 26, 2018
Custom Command Showing Or Not Showing Dialog Box - 2 of 2
›
This is the second post on the topic of showing or not showing dialog box within custom command execution. The part 1 is here . While an A...
3 comments:
Wednesday, July 25, 2018
Custom Command Showing Or Not Showing Dialog Box - 1 of 2
›
Most AutoCAD users should know that toggle system variable "FILEDIA" would change AutoCAD built-in command behaviour, if the comma...
2 comments:
Monday, July 9, 2018
Change Width of DBText/AttributeReference - Part Three: Real Time Change
›
In 2 previous posts ( here and here ), the situation I tried to deal with is to fit a string of text into a limited space, such as a table...
3 comments:
Monday, June 25, 2018
Change Width of DBText/AttributeReference by Its WidthFactor - Part Two: Drag-Fitting
›
In previous post , I showed the code to automatically adjust DBText's width to fit into a given space by reducing DBText's WidthFact...
1 comment:
Change Width of DBText/AttributeReference by Its WidthFactor - Part One: Auto-Fitting
›
When a text entity (DBText) is added int drawing, very often there is only limited space available to place the text entity (mainly the spac...
3 comments:
‹
›
Home
View web version