When I run my JScript macro in DesignModeler 11, I get an error at the line where I use "agc.Frozen". It worked in v10. What has changed?


The "agb.LinePt()" object attribute named "Material" was changed to "Operation." To fix your script, simply change the line

LF2.Material = agc.Frozen;

to

LF2.Operation = agc.Frozen;

The v11 documentation did not reflect this change.





Show Form
No comments yet. Be the first to add a comment!