insert electrical component then update attributes

insert electrical component then update attributes

Anonymous
Not applicable
488 Views
2 Replies
Message 1 of 3

insert electrical component then update attributes

Anonymous
Not applicable

 

 

I am looking to insert an electrical component, then update the attributes 

Here is what I have.

 

it will insert, and cut the wire.  but will not update the attributes 

 

(setq new_entname (c:wd_insym2 "HPB11" (list 14.0041 18.07) nil nil))
(setq e1 (wd_dbx_entlast))
(c:wd_modattrval e1 INST TESTVALUE nil)

 

Could somebody tell me what I am doing wrong here?

 

0 Likes
489 Views
2 Replies
Replies (2)
Message 2 of 3

Kent1Cooper
Consultant
Consultant

[We would need to see the code for the  (c:wd_insym2)  &  (wd_dbx_entlast)  &  (c:wd_modattrval)  functions.  If those are not custom definitions of yours, but something that comes with the Electrical package, I suggest you go to the >Forum for that<.]

Kent Cooper, AIA
0 Likes
Message 3 of 3

Anonymous
Not applicable

Yes, they are not custom functions.

0 Likes