![]() |
LPub3D 1:1 part representation feature - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: LPub3D 1:1 part representation feature (/thread-21698.html) |
LPub3D 1:1 part representation feature - Trevor Sandy - 2016-08-11 For an upcoming release of LPub3D, I would like to enable the ability to insert 1:1 part representations such as depicted below. ![]() My design idea is to render 1:1 parts relative to the selected LPub3D page units (centimeters or inches). This feature would only apply to Technic axles, beams, liftarms and some gears. My requests for information are: 1. Is there any place I can find the size dimensions for the part types indicated above - in mm, in or LDU ? 2. If this information is not available, is anyone willing to provide this information - for example a part author who may have this information on hand ? Many thanks in advance. Cheers, RE: LPub3D 1:1 part representation feature - Philippe Hurbain - 2016-08-11 Quote:2. If this information is not available, is anyone willing to provide this information - for example a part author who may have this information on hand ?Well, dimension cand be derived from description for axles and straight beams: L=n * 20 ldu. Radius of gears can be derived from number of teeth, also in description: r=n/16 * 20 ldu. This is the radius in the middle of teeth. As tooth half height is (roughly) 2.5 ldu we get outside diameter of R=n/16 * 20 + 2.5 ldu. This may depend a bit on actual implementation but it should be more than enough precise for visual matching of real part vs. 1:1 image. RE: LPub3D 1:1 part representation feature - Trevor Sandy - 2016-08-11 (2016-08-11, 7:19)Philippe Hurbain Wrote:Quote:2. If this information is not available, is anyone willing to provide this information - for example a part author who may have this information on hand ?Well, dimension can be derived from description for axles and straight beams: L=n * 20 ldu. Excellent - Thanks Philo ! Cheers, RE: LPub3D 1:1 part representation feature - Jaco van der Molen - 2016-08-11 Oh that would be a very nice feature! RE: LPub3D 1:1 part representation feature - Magnus Forsberg - 2016-08-11 Why only the ridgid parts? All of the 7 mm "Technic Ribbed Hose (x)L" even have their length in mm as a Keyword. All of the "Technic Flex-System Hose ..." have their length, both in bricks (L) and ldu, in their descriptions. RE: LPub3D 1:1 part representation feature - Trevor Sandy - 2016-08-11 (2016-08-11, 8:51)Magnus Forsberg Wrote: Why only the ridgid parts? Noted. Thanks ! Cheers, RE: LPub3D 1:1 part representation feature - Gerald Lasser - 2016-08-17 Hello Sandy, quite some time ago, looking at the PPT I took the screenshots from it is still 4:3 :-), I collected some ideas to improve LPUB. I would like to share those with you concerning the 1:1 view. May be it helps you with ideas:-) Gerald Things to consider... And some historical content from LEGO original instructions RE: LPub3D 1:1 part representation feature - Trevor Sandy - 2016-08-18 Thanks Gerald ! RE: LPub3D 1:1 part representation feature - Jaco van der Molen - 2016-11-06 As said, this would be a great feature! While it is not ready, I am looking for some images of axles (atleast 10 and 12) for some instructions I am making. I found some pictures and grabbed some from original LEGO instructions but those are too blurry. Can someone point me to some hi-res images with the 1:1 representation and length of the axle? RE: LPub3D 1:1 part representation feature - Philippe Hurbain - 2016-11-06 (2016-11-06, 11:04)Jaco van der Molen Wrote: As said, this would be a great feature!Isn't it simpler to make a screenshot from a LDraw file and scale it appropriately? RE: LPub3D 1:1 part representation feature - Gerald Lasser - 2016-11-07 (2016-11-06, 11:04)Jaco van der Molen Wrote: Can someone point me to some hi-res images with the 1:1 representation and length of the axle? What about handling it as a Call-Out? This code: (Main File) Code: 0 Untitled plus Sub-File: Code: 0 axle leads to a page like this: Just replace the two "1" bricks with a text showing "1:1" as a .dat RE: LPub3D 1:1 part representation feature - Jaco van der Molen - 2016-11-07 OK, Philo, Gerald. Thanks. The problem with scaling an image is that it is difficult to get it right in print, either professional or home printer. I did just what Gerald suggested. Create a call out with only the axle and a absolute rotstep. I only used the text function in LPub to add 1:1 and the length of the axle. See attachments. For now, it will do. It would still be great to add those using LPub3D somehow and really represent 1:1. I have to think about how to do this when using multiple axles (and beams for that matter) in one step. You'd want one call out with those parts and also the length in the Assembly image, like LEGO does. |