Does Simplify3d have a Start Point setting like slic3r's "Nearest"?
Start Points is the same as Seam Position in slic3r. One of the seam position settings is called "Nearest", here is a description:
Nearest - This will try to choose a concave non-overhang vertex so that the seam is hidden in the inside of the concave angle. If no concave non-overhang vertices are available, it will choose a convex non-overhang vertex. If none are available, it will choose a non-overhang vertex. The choice among the candidates is operated so that the start point is the nearest to the previous extruder position. So this option will optimize for short travels.
The thing that intrigues me is the finding a concave area, since that would more effectively hide the retraction point. I see options for Simplify3d are 1. Use random star points for all perimeters, 2. Optimize start points for fastest printing speed, 3. Choose start point closest to location.
So those descriptions lead me to believe its not trying to hide anything by 1.just randomly placing around the surface, 2.placing based on speed, or 3.directing the seam all to one side.
thanks