Forum Replies Created
-
AuthorPosts
-
Péter Baksa
KeymasterNo, this is an unknown bug, I will report it.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterHi,
the line elimination in mask of CPRISM_{3} only works when the edges are in the same place, it doesn’t calculate intersections.
Other ways to do it:
– model CPRISMs that only touch eachother
– write a loop that PUTs the hole coordinates in a large CPRISM
– use ADDGROUP, it removes lines at intersectionsPéter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterWe are looking into resetting the flags.
An alternative solution to get notified about new posts is using the RSS feed https://gdl.graphisoft.com/forums/feedPéter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterHi,
the easiest way is to use MODEL WIRE.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterProgrammer’s text editors show it usually somewhere in the status bar (Notepad++, VS Code).
To be very sure, use a hex editor, the first three bytes should be EF BB BF.Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterHi Ling,
this should work. Make sure the XML file encoding is UTF-8 with BOM.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterHi,
editing the text is not possible.
Using TEXTBLOCK, it is possible to define the maximum width for the box. STW function returns the width of a string, you can use that to specify a character spacing or width factor in the TEXTBLOCK.
Left/right justification or alignment can be set in the PARAGRAPH command.Here are our tutorials on text formatting.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterHi Dániel,
it’s not possible to create MEP connections from another add-on. You can only write GDL objects that must be placed manually through the MEP add-on.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterI tried Jože’s example with hard-coded content[][], and it was good with the repeating paragraph name.
The code working with content[1][1] and not with content[i][1] means the problem is after index [1][1].You can debug your data using
print contentbefore the loop.Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterAre you sure that all of the elements in the array are strings? Are you sure row isn’t bigger than the size of the array?
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterNo, currently that’s not planned.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterIt should work with the macro called from master script. You will only get the returned_parameters in the 2D context. If you need it in other contexts, also return them form the macro 3d, etc. scripts.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterIt looks like a bug, I will report it.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEAugust 15, 2019 at 15:27 in reply to: How to pass all parameters with some exception to macro? #18066Péter Baksa
KeymasterNo, there isn’t.
Of course you can writecall "my_macro" parameters ...omitting some.Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SEPéter Baksa
KeymasterHi, place it at the end of the other script, from which you need to return it.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SE -
AuthorPosts