A customer (famous watchmaker) does special chamfers on many holes : the generated face is concave, spherical (radius =1.5 mm) and the outer edge is 120% the hole diameter. See how it looks on [URL]http://www.dynabits.com/watch/moulure.jpg[/URL] I managed to make a library feature (lfp) to do this "automatically". I'm proud of it because it uses a trick to adjust and stay associative to the hole size ;-) (you cannot use equations in lfp's, can you ?) you can grab it from [URL]http://www.dynabits.com/files/moulure.SLDLFP[/URL] Now the problem : I want to make it a palette feature so that the customer can simply drag it to his hole edges. This requires to have a single reference (the edge) while my library feature currently has 2 more: 1) a ref plane, which apparently (why?) is required to build the 3D sketch containing a single point with the hole center 2) a ref plane required to generate a parallel refplane through the center on which to sketch the profile I tried to use aref point to make the center, but those cannot be linked to references in lfp's (no "add to library" choice in menu) In short, the problem is to generate a plane across any diameter of my hole edge without using any other reference... Or can you think of a different way ? (ideally, the diameter dimension and 1.5 mm should appear on any section view...)