Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
let myUDF (UserFeature)
set myUDF =PartBody\Assemble.1.Owner
let myList (List)
myList =myUDF.Query ("Line", "x.Name == \"HoleAxis\" ")
let myUDFOutput (Line)
set myUDFOutput = myList[1]
myUDFOutput.Show = PartBody\Assemble.1\Body.1\Parameters.1\ShowAxis
myUDFOutput.Show = (plug== "Yes")? True ; False
let myUDF (UserFeature)
set myUDF =PartBody\Foro_HF_Punto_Angolo .Owner
let myList (List)
myList =myUDF.Query ("VolumeGeo", "x.Name == \"Z942\" ")
let myUDFOutput (VolumeGeo)
set myUDFOutput = myList[1]
myUDFOutput.Show = `Foro_HF_Punto_Angolo\Geometrical Set.2\Parameteri_Foro\Plug2`
Yesterday it did NOT work, I tried rewriting the if-syntax in 10+ different ways, without success.
Today though, it WORKS. Anybody has any clue to WHY I get this random behaviour?!
Little Cthulhu, no... that is one thing I did not.