I have just built several components for a larger project and I have just brought together all the components and assembled them into one unit. I was just about to make this unit a component and with my newness to working with components, I wondered if it was a good idea. Would making it a group be better? If I make it a component I cannot easily make changes to its components. However if I make it a group, which I have had no experience with other than what I have read, I can isolate component parts. Does this make sense? What is the better route, component or group?
You can make the collection a component or a group. Iâd make it a component because I donât use groups.
As for making changes to the sub components, thereâs no difference if the parent is a group or a component. You have to open the containers to get to the base geometry either way.
Make a component, I used to nest components in groups, which works fine but not very good for changes down the road.
For example I have a left hand side assembly as a component, copy and flip it to make a right hand side assembly. Any changes I make to any components within the assembly will of course be reflected in the other side. Also If I add or move any components these changes will be reflected in the other side.
Hope this makes sense/ helps
Groups and Components are both useful. Your choice of which to use should depend on how you use them.
Groups are always distinct. That is, if you copy a Group, the newly created copy is entirely itâs own entity. Edit the copy and no changes are made to the original.
Components use the concepts of a Definition and zero or more Instances. The components you see in your model are Instances, while the components shown in the âIn Modelâ section of the Components tray are Definitions. Collect some geometry together and make it a Component and you have thus created a Definition AND an Instance. Copy it and youâve created a 2nd Instance that refers to the original Definition.
Hereâs the critical part: Any change you make to a component Instance is ALSO changed in other component Instances that refer to the same definition! You can âTransformâ one of the instances (rotate, move, scale) without changing the other instances, but make a change to the actual geometry and you change the other instances.
This can be both good and bad. The good parts happen when you want all of the instances to behave similarly:
- Create a joist, make it a component, then copy the component to create a floor support array of joists. Need to change the length? Change one and they all change!
- For roofing, create a rafter, make it a component, then copy the component to create one rectangular roof support plane. Cut one end at the angle necessary to meet the ridge board and all your rafters reflect the change. Cut near the other end for the birdâs mouth where it meets the top plate of the wall and all your rafters reflect the change. Select all your rafters at once, copy what youâve selected, move it off to the side, scale it by a factor of -1 in the appropriate direction, then move the copy to meet the ridge board - and now youâve created the opposite side of the roof support.
- If you think you will re-use the geometry in another model, or you think your part will be useful to others, then you can save a component on your computer for your own use, or in the 3D Warehouse where (if you mark is âPublicâ) it will be available to others!
- Perhaps the most useful thing about components is that they are a way of getting around SketchUpâs small lines problem. Say youâre modeling something small and curved. You get frustrated when tools like âFollow Meâ donât work as expected - faces arenât created or edges meet when they shouldnât. Youâre probably butting up against the smallest resolution that SketchUp can deal with internally. But make your item a component, make a copy, scale it up by a factor of 100, make your geometry changes in the copy - and your original changes faithfully! Once your changes are made, you can delete the enlarged copy and the original remains with the correct geometry.
The bad part about components are that the instances are tied together! (Wait - didnât you say that is a good thing? Yes, I did. But it can also be a bad thing!) Say you want to make changes to just one instance, but you realize that youâre making changes to all instances. How do you recover? This one is fairly simple: Undo the change, select only the instance you want to change, then right-click (on Mac, Context-click) on it and choose âMake Uniqueâ. Now make the geometry changes you need to make. What youâve actually done here is create a new component Definition and tied it to the selected Instance. The OTHER copies that refer to the original instance are still tied together, but the âspecialâ one you just Made Unique is entirely itâs own entity.
Groups - on the other hand - are ALWAYS their own entity. Under the hood, I understand that they are just a special case of Components that are treated differently in that copying them copies both the Definition and the Instance. (Note: Iâm not an expert on SketchUp internals - I invite any who are to correct me if Iâve characterized this poorly!) They also canât be saved for re-use elsewhere - either locally or in the 3D Warehouse.
Finally, if you have SketchUp Pro, you can turn a Component into a Dynamic Component. Iâm not going to describe why Dynamic Components can be quite useful here - this post is long enough as it is!)
Most of the SketchUp power users here tend to use Components exclusively (nearly). They have all the attributes of Groups - and a lot more! The need to, occasionally, make a Component Unique, is a small price to pay to maintain the increased utility of Components.
Like Dave, I always use Components, not Groups. Some people prefer to create Groups. The reason Iâve seen most often is that they donât like to deal with the create Component dialog each time, feeling it slows them down.
Ultimately, though, the choice comes down to what you want to happen if you add multiple copies of the object in your model and later edit one of them. With a Group, any edit will make that instance independent of the other copies. With a Component, editing one instance will cause the changes to be replicated automatically in all the other copies. Also you can save Components separately and add them into other models.
Beyond that, there is no difference between editing the contents of a Group vs a Component, so I donât understand what you mean by âcannot easily make changes to its component partsâ.
Well, since you askedâŚ
Some of what you wrote is close but a bit muddled. Indeed, each Group is conceptually independent, but the developers have optimized some things to reduce memory usage.
For both Groups and Components, the actual contents are owned by an associated ComponentDefinition (CD) object. When you place copies of either a Group or a Component in a model (e.g. by the move tool with copy option or via edit->copy + edit->paste), all the copies remain associated with the original CD. In the case of Components, this sharing is intrinsic to their behavior. For Groups it is an optimization that reduces the memory usage vs giving every copy its own CD while they are still identical. The savings can be considerable if you have a lot of copies of a Group! Only when you open a Group for edit does SketchUp behind the scenes create a new duplicate CD and rewire the edited copy to it. Thatâs exactly the same as Componentâs âmake uniqueâ, it is just done automatically.
Thanks for the greater understanding of whatâs going on âunder the hoodâ. After reading it a couple of times, it boils down to: Groups share a definition until one of the copies is changed, at which point SketchUp automatically creates a new definition, while Component copies share a definition until (and unless) explicitly made unique by the user.
Yes?
Better.
This is picking a nit, but right-click vs context-click is not a Windows vs Mac thing. âContext-clickâ refers to the idea that the menu that pops up depends on what you clicked on (the âcontextâ). Right-click is a mechanism for invoking a context-sensitive menu. Mac users with a mouse have a right button and can get a context menu using it, the same as Windows users. And laptop users who donât have a right button to click use other chords such as ctrl-click or gestures, whether on Windows or Mac.
I guess Iâm OCD, but these things matter to me.
As a nitpicker myself, I certainly donât mind! As I donât have a Mac, I used the simple detail that Iâd seen recently in another thread. Happy that Mac users now have better directions that I was able to initially give!
@RJS1939 One other thing you should know about groups vs components is:
- a group that you delete is gone, unless you use âUndoâ.
- a component that you delete is still available from the âIn Modelâ components library, unless you later on use âPurgeâ.
Thank you gentlemen for that discussion. Much is still over my head but I get the gist. I will re-read it again. I ended up making my compilation of components a components also.
Another benefit of ceeping the top-level container a component is the use of the âsave asâ in the right-or-context click dropdown. Especially when you are collaborating with others. They can all edit the components seperately and you can reload when theyâre done
This topic was automatically closed after 91 days. New replies are no longer allowed.