Strikethrough TEXT & ATTRIBUTE

Hi all,
I would like to introduce my first BricsCAD application that can help you strikethrough TEXT object or ATTRIBUTE object on current drawing.
I wrote this application by pure ObjectArx code as Brx, to build one application same as BricsCAD build-in feature like as performance, system operating internal.

My application have two commands:
1. Strikethrough object by fit length.
2. This is more useful and difference with others on market that you can specify first point and second point base on object selected.

Currently, I have just published app running on BricsCAD v18 64 bit version, I have plan to publish this app to Bricsys store and migrate more… but I am not sure wether this application is helpful for your jobs. SO… please let me a comment or feedback to motivate me.

Please check my link: https://ncdsoft.wordpress.com/2018/08/19/dear-cad-users/

Comments

  • Would love to try it but it is a bit confusing as to what I am downloading. The list of options/choices seems to be never ending.

  • Roy Klein Gebbinck
    edited September 2018

    In texts and attributes you can use a number of special control codes including one for 'strikethrough'. The OP may not be aware of this.

    code  result
    ====  ======
    %%C   Ø
    %%D   °
    %%P   ±
    %%K   Strikethrough
    %%O   Overscore
    %%U   Underscore
    
This discussion has been closed.