-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Centered single node for the thrust/engine plate #42
Comments
I'm confused. The point of the thrust plate is multiple connection points. Dropping it to 1 makes it exactly a pass-through to the part above. The typical way to do what you describe, I believe, is tank -> engine -> interstage base with extra-height setting to cover the engine. You get your custom interstage, it has a single attachment point below, the engine is attached in the center to the tank above. (Assuming the multi-engine variation on this must be tank -> inverted interstage -> thrust plate + engines, and the rest of the rocket attached to the floating interstage node. You could also do this without the thrust plate and attaching the single engine directly to the "top" vice the floating node on the interstage base.) |
And that's what I use the single node for, as a pass-through that's not a plain tank butt for engines that don't have engine shrouds and no dedicated/compatible engine mounts. This is what I want: flowchart TD;
TT[top tank];
TP[thrust plate];
ENG[engine];
INT[interstage base];
LOW[lower stages];
TT --> TP;
TP --pass-through node--> ENG;
TP --center node--> INT --> LOW;
The multi-engine variation is flowchart TD;
TT[top tank];
TP[thrust plate];
ENG[engines];
INT[interstage base];
LOW[lower stages];
TT --> TP;
TP --side nodes--> ENG;
TP --center node--> INT --> LOW;
|
Attach the engine to the bottom of the tank. |
Attaching the base to the engine bell using the top node, or the node on the base? Either way, it doesn't look good (in my eyes), and it doesn't solve the original problem that you can't have the single node on the thrust plate be centered on the thrust plate. A part that has an additional, "invisible" pass-through node is more useful than you may think, since it lets you attach more than 1 part via a node at a time. |
I love the thrust plate. It lets me put on multiple engines onto a tank, and a custom interstage, without resorting to jank.
However, I do have to deal with some jank when wanting a custom interstage with a single engine. This situation usually comes about when I want to use an engine with custom engine mount, but 2 engines is too powerful. To do this, I need to:
Having to translate the single engine every single time because the minimum offset allowed (by default) is off-center from the stack center.
It would be great if we could set the offset to 0 to allow for this.
The text was updated successfully, but these errors were encountered: