![]() |
Need help with primitives - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: Models and Parts (https://forums.ldraw.org/forum-18.html) +--- Forum: Parts Authoring (https://forums.ldraw.org/forum-19.html) +--- Thread: Need help with primitives (/thread-23503.html) |
Need help with primitives - Vincent Messenet - 2019-06-20 Hi, I'm working right now on a part, its image is available here: https://imgur.com/NzGgDBp I try to use primitives as far as I can because there are many rounded parts. So far I have been able to do the attached file but now I'm stuck because I cannot use a ndis primitive to continue further because the vertex will be in the black border. Could you please help me identifying which primitive I can use to complete that part or perhaps what change should be done to move forward? Thanks for your help! ![]() RE: Need help with primitives - Philippe Hurbain - 2019-06-20 (2019-06-20, 8:27)Vincent Messenet Wrote: I try to use primitives as far as I can because there are many rounded parts....though I think that using primitives in the hope of getting a better look with primitive substution is a bit of overkill on a part this small... The solution when you can't use ndis is the 1-4tang primitive (see https://www.ldraw.org/library/primref/#curv2d). Not used often because it introduces many extraneous vertices, but it solves this issue. Otherwise your rings are BFC inverted, and you could use a single ring for the dkgrey ones with almost the same result: Code: 1 72 0 0 0 .78125 0 0 0 1 0 0 0 .78125 48\4-4ring8.dat RE: Need help with primitives - Vincent Messenet - 2019-06-20 Thanks for your reply Philippe ![]() I followed your advice and removed all primitives except those in the middle. |