<div dir="ltr"><div class="gmail_extra">Hi Evaristo!</div><div class="gmail_extra"><br></div><div class="gmail_extra">If commenting-out some equate statements breaks centerline structure, you can provide 'fake' fixed station.</div><div class="gmail_extra">Or do the loop closure, determine stations where you cut centerline by commenting equate command,</div><div class="gmail_extra">get its coordinates (cartesian or latlong by exporting to kml), and use fix command with those coordinates,</div><div class="gmail_extra">that will preserve 'compilation' ability of whole your centerline.</div><div class="gmail_extra"><br></div><div class="gmail_extra">You can also Introduce that fake fixed stations iteratively, i.e. first one will be closer to centerline beginning on a surface,</div><div class="gmail_extra">second deeper and so on, than you can see how loop clousure moves that junction points loop-by-loop.</div><div class="gmail_extra"><br></div><div class="gmail_extra">While introducing fixed points, you can allow them to be 'not so fixed', i.e. by providing values of standart deviation</div><div class="gmail_extra">around them. Look at fix command syntax:</div><div class="gmail_extra">fix <station> [<x> <y> <z> [<std x> <std y> <std z>]]<br></div><div class="gmail_extra">when all 8 parameters entered, that construct an ellipsoid around point (x,y,z) with (stdx stdy stdz) dimensions.</div></div>