Hello,
What could it be? I'm creating a connection between two occurrences using CreateCxnOcc function and I've got that error.
Thanks.
P.S. Already solved :).
Hello,
What could it be? I'm creating a connection between two occurrences using CreateCxnOcc function and I've got that error.
Thanks.
P.S. Already solved :).
Hello! Try to create array of corners like this:
var corners = new Array(); corners.push(new PublicInterface.Point(0, 0)); corners.push(new PublicInterface.Point(0, 0));