- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was under the impression that we can access the active entity using '#' or ';'
PROBLEM :
I have two boundaries B1 and B2. Lets say B2 is active and I want to make a pattern from this boundary.
I create a pattern and insert the active boundary using the following macro commands :
CREATE PATTERN ;
EDIT PATTERN # INSERT BOUNDARY #
It even works under most cases, but I found an exception :
Before running the macro commands, try the following using the GUI :
0. Activate boundary B2
1. Create a pattern by right click Pattern -> create Pattern
2. Right click the newly created pattern, insert boundary -> choose B1
Now if I run the macro commands mentioned above, the pattern gets created from boundary B1 even though the active boundary is B2.
Is there a different way to access active entities? Will I have to loop though all boundaries, find the active one, assign it a variable and then use it to insert into a pattern?
Solved! Go to Solution.