Jodak
Member-
Posts
21 -
Joined
-
Last visited
Reputation
6 NeutralPersonal Information
-
Location
Germany
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Awesome! Thank you!
-
Is there a way to filter worksheet table criteria with if-else statements? Like: =DATENBANK(INSYMBOL & (INOBJECT & (INVIEWPORT)) & ((R IN ['interiorcad sales info']) & ( [IF B2 not empty THEN L=B2 ELSE ignore this criteria] ))) I would like to be able to filter a document-wide table according to individual layers, but if I do not specify a layer, the whole document should be searched.
-
Thank you, @JBenghiat
-
Is it possible to execute a tool from a tool window in the same way as a menu command? In other words, with immediate execution without having to click on the workspace or select something. Like double-clicking perhaps?
-
I posted in vectorscript because i want to automate this 😜
-
Thank you, @Pat Stanford! That could work! I cant figure out how to import a table (as template) from another file into the active document and create various duplicates. Any hints on that? Tabels are no symbols, so CopySymbol() does not work and duplicating with duplicate only works on layers and not in the resource manager?
-
What is the quickest and easiest way to merge several tables and cumulate their contents? The hard way would be to go through all the rows, buffer and add each value, then write it to a new table. Any other ideas? tables.vwx
-
OK. Made my own version in 7 lines and some changes on the stile: n = 2 sheet_in_x = 420 sheet_in_y = 297 vs.SetDrawingRect(sheet_in_x, sheet_in_y*n); for x in range(n): pos_in_y = ((sheet_in_y*n)/2 + sheet_in_y/2)-sheet_in_y*(x+1) paper = vs.Symbol("PlanInA3", 0,pos_in_y,0) Meets my requirements, but can be expanded.
-
Hi, i can insert one title block on an empty layout as a symbol. That works fine. But is there a way to insert multiple title blocks on one layer via script? Something like using the title block command with multiple title blocks: And hiw about this?
-
Thank you! I will have a look at the SDK!
-
Thats it! Thanks! Where did you find the number? I can not find it in the appendix.
-
Thank you, @MullinRJ! But i want to uncheck the last checked box "Schnittkanten von Durchdringungen anzeigen" 🙂 I found all other boxes, but could not find a suiting translation for this one. I like the beep-idea though!
-
-
Thats sad. Any chances to change the linked viewport of a section viewport? Like making changes on the database? I could not find any databases linked to a sectionviewport?!
-
Is there any way to automaticly create a section viewport? It should be possible to copy a section line, but how do i create a section viewport from that?
