@Sami61 wrote:
`I want to keep the writing and the frame separate. For this I just need to find the frame and draw the guide lines accordingly. But here's how I do it with the square and the writing. I used a code like this, but it did not work.
this.diagram.findObjectsIn(part.actualBounds,
function (x) {
if (x._isGuideObject) {
square = x.part;
}
}, function (link) { }, true
);
Posts: 1
Participants: 1