This is Palanirajan from India, I am working in MX for the past two years, i have some queries regarding triangulation,
I had come across this option of Tailoring Triangulation which means an area of points can be isolated from triangulation with the use of PBRK string, we have to create a boundary around the area which we want to isolate and name it as PBRK String
Got this information from MX Help Application
I have tried this option, but it is not working, can i have your views on this
Cedric,
Assume you have two design models: one roundabout in one model and two roundabouts in the other. The central island strings are called KRB0, KRB0 and KRB1 repectively. KRB1 runs anti-clockwise and the others run clockwise. The code below will create 50mm offsets from the k-strings and store them in a model called BREAKMODEL. The three strings are then joined up as PBRK. The string is then copioed to the model to be triangulated, MODELTOTRIG. Obviously you'll need to modify this code to suit your situation but it should get you going...
S
delete,breakmodel create,breakmodel design,model1,breakmodel 100,krb0,,tmp0,7=+0.050 999 design,model2,breakmodel 100,krb0,,tmp1,7=+0.050 100,krb1,,tmp2,7=-0.050 999 edit,breakmodel 008,tmp0,,pbrk 008,tmp1,,pbrk 008,tmp2,,pbrk 031tmp 999 copy,modeltotrig,breakmodel 060pbrk 999 delete,trig create,trig triangle,modeltotrig triangle,trig 960,3=TX00 961,,TX00,TX00,10=1 999 finish