Search found 650 matches

Re: Cond help

Sorry Quan, but your change has not improved things :( I'm trying to create a section of Rectangular ductwork, complete with flanges at both ends. In some cases the user will require insulation and in others they will not. So by filtering via the External Insulation Thickness (eit), I want to either...

Re: Cond help

Thanks Quan,
However if I add the '(' as you suggest I am missing the closing ')' ??

edit:
scrap that, I just noticed the ' ) ; end (/= eit 0)'

SteveN

Cond help

Having trouble setting a cond statement. When the value of 'eit' is anything above '0' I want to create the insulation entities. [within the (progn....)] If 'eit' is zero I want to skip this step and go to (INS_MB) The following code does not work & I can't see my error(s) (defun DRAW_INS () ;--...

Re: Layer Transparency

This is where the codes is atm. I've also added a check for the layer existance. (defun MKLAY_INS ( / ) (if (tblsearch "layer" "Insulation") (DRAW_CD) (progn (regapp "accmtransparency") (entmakex (list (cons 0 "LAYER") ;defines create new layer (cons 100 "...

Re: Layer Transparency

Hi Quan, Thanks for the code. I had to go to the thread you kinked to as part of your code failed. It errored here : LM:trans->dxf copied this and all is good now :) (defun LM:trans->dxf ( x ) (logior (fix (* 2.55 (- 100 x))) 33554432) ) . Most of your code I understand, but this confuses me, can yo...

Re: Layer Transparency

Hi Quan, Happy New Year :) :) Thanks for the link, sadly that went way over my head :( I am creating a new layer & setting it's attributes This is where I am so far: (entmakex (list (cons 0 "LAYER") ;defines create new layer (cons 100 "AcDbSymbolTableRecord") (cons 100 "...

Re: HVAC Add-on

Over 2000+ views but not a single user interested!

SteveN

04/01/2024 @ 09:23 (UK time)
Now over 6k views, but no interest???

Re: DCL - text and listbox sizing

I've made progress. First I should have used 'popup' list: Ebow dialog2.png Still unable to change the text to bold :( However I now have a new issue, searched all day on the internet, just confused myself even more :( Current problem, how do I capture the selected value from the popup list :?: I ca...

DCL - text and listbox sizing

I'm working on a small module for the HVAC coding . Ebow dialog.png For some reason I cannot reduce the height of the swept angle list box, is there a minimum value?? Also, I wanted to make the title text BOLD, but failed. :( Code below, (note I have had to remove a number of ':' in the code as the ...

Re: Intellicad 12

gigaboy wrote:
Sun Dec 17, 2023 5:54 pm
Upgrading from v11.
The docs state that I need to uninstall v11, reboot, then install v12.
Do I need to deactivate the v11 license before I uninstall? Even though I'll be installing v12 on the same machine as where v11 is removed?
You don't need to, but I would. Just for completeness.
SteveN

Re: HVAC Add-on

Hi Patrick,

Receieved this:
Your message couldn't be delivered. Despite repeated attempts to contact the recipient's email system it didn't respond.

I will send you an email from my YAHOO account, see if that works

Go to advanced search

cron