Search found 93 matches

by MarvinH
Thursday 05 May, 2011 - 10:17
Forum: Enterprise Dynamics 4DScript
Topic: Nesting cs in atom referencing?
Replies: 0
Views: 40248

Re: Nesting cs in atom referencing?

Hello Joost, The setcs/cs function is a built-in engine function to store and retrieve local atom references. Although I cannot immediately see what is going wrong in your code, the use of self-defined local variables may benefit your code. For example, alter your code in the following manner. do( V...
by MarvinH
Friday 22 April, 2011 - 16:34
Forum: Modeling in Enterprise Dynamics
Topic: Custom colors in 2D visualization
Replies: 0
Views: 26677

Custom colors in 2D visualization

In case you want to use some other colors than the default colors in your 2D visualization, try to add some of the following to your On2DDraw event: Do( Var([valSolid], vbValue, 1), Var([valBlinking], vbValue, 0), Var([valDisco], vbValue, 0), Var([valPeriod], vbValue, 300), Var([valBase], vbValue, C...
by MarvinH
Tuesday 19 April, 2011 - 18:18
Forum: Enterprise Dynamics 4DScript
Topic: Applying a binary search to a table of an atom
Replies: 1
Views: 3455

Re: Applying a binary search to a table of an atom

Does this code take the headers of the table into account?