3 Bugs with Split Face on SubD

splitting a face in flat mode does nothing to the face but converts the entire object into a polysurface.

Bildschirmfoto 2021-04-10 um 09.55.59

splitting a face in smoothed mode produces a weird split and also converts it into a polysurface.

the same is for any subd object, here i have taken a simple subd box to exhibit the issue.

1 Like

what command are you using to do this?

many nurbs command cause an auto conversion to nurbs when used on a subd-

if you want to split faces on a subd, use, the insertpoint, or insert edge command in the subd toolbar.

1 Like

Hi Kyle,

I now understand why it wasn’t clear to me how the decently split any SubD face in a arbitrary way, that’s because of the name of that tool.

I was looking for something named Split by Points in the same fashion as Split By EdgeLoop.
My bad.

Thanks for the clarification.

Regards
Rodolfo Santos

hi Kyle, thanks for having a look, i used the tool declared in the topic title. splitting now silently and very mysteriously has started splitting here as expected, only that it still converts it into a polysurface loosing the subd. it might be a good idea to either not allow splitting or at least reminding the user that the subd entity will be lost, or it should just split which would be even better.

Bildschirmfoto 2021-05-27 um 12.18.42

insert edge does not work in that case, but insert point after i have stitched one point into each corner it splits the face, imho not a straightforward intuitive handling with some misunderstanding involved, i mean once you know it its alright but it might lead many into a pit, i for my part almost gave up on it even you have told me, not believing that it would actually split the face when 2 points are chosen.

I get that confusion for sure and appreciate your thoughts. We are working through how to organize and classify all our tools with SubD being new to the party. In the past, it was a nurbs tool or a mesh tool…done.

now since Subd kinda works like a nurbs and a mesh, but really isn’t either, but also kinda is… there is debate over which tools are allowed to do which things and how they all work together.

for now, insert point is the way to split a subd face in a direction that insert edge won’t do.

Split face is currently a Nurbs tool only, and as such auto converts a subd to nurbs (as do all other nurbs only tools) Do we need to make this clearer? Yes… for sure, and we are open to thoughts from you and others as to how best to do that. We tend to try not to have warnings binging all over the place as they get super annoying after awhile, but having your model change phase on you without you noticing is not ideal either.

Some software uses highlight color to indicate if a part is one geometry type or another, I suggested that a while back and got eaten alive by the community for a litany of reasons, so I dropped it.

would be interested in your thoughts as to a solution that makes sense to you-

@theoutside

Well, this is a risky topic, user habits & personal convictions are the reasons, objectivity is one key.

This could be a dedicated thread.

Fact is that classifying things is necessary, how the user can get an efficient feedback, that’s another thing.

What can be observed over time is an increase of the number of commands, menus, icons, options …
The classification by object type is one reason.

As a consequence, the user must rely more and more on his memory to remember what can be done with what and when.

There is perhaps where a form of growing problem lies because if the memory fails, without a clear classification and/or a relevant feedback, the user experience can quickly become frustrating.

In my opinion, the nature of the feedback does not matter ( graphic element, text message, custom display, automatic tab filtering …) as long as the user stays informed the right way and as long as it is not too intrusive.

My concern regarding the classification is to link name with intent.

Back to SplitFace which is just an example of classification I find interesting.

If one want to split a face whether on a extrusion, a surface, a polysurface, a mesh or a subD, and whether or not it is possible on this or that object, the intent is the same : Split a face.

The term face refers to a flat surface, there is a flat surface on various types of objects in Rhino.
So it seems obvious for a user to look for a command containing the word Face in the menus or write face in the Cmd Line or google it to find the right command for the intended purpose.

In case no any command containing that name pops up, the user may conclude that splitting a face is not or not yet possible depending on the object type that is selected.

To stay clear, the classification by menus which leads to duplication should then respect some naming rules : same intent, same name.

Classifying a set of commands by intents in a custom tab for operations that are compatible with various types of objects may help to clarify what can be done with what. A sort of smart commands family.
In case one intent is not compatible with this or that objet then the dynamic feedback is the user best friend.

When I look at the Boolean commands I sense it would be interesting to have a smart version of it.

To my opinion, InsertPoint is a command name that is not that clear when the intent is to split something.
I understand the reasoning but I am not sure that’s the right path regarding classification.

Let’s see things from the user perspective.

Does the name InsertPoint refer to the action of splitting ?
If not, why should that user look for that command to split something ?
If we agree that the user intent is clear, the classification is not that clear.

Let’s see things from the software perspective.

A line is defined by two points
Insert two points on the edges of a face define a virtual crossing line
Aline can be traced used to split the face
Make sense

The thing is that it is the same procedure that is applied while running the SplitFace command.

Let’s see things from the user perspective again.

Want to split a face, Use SplitFace
Select a face
Insert Points
Hit Enter.

Want to split Mesh/SudD face - Use InsertPoint
Select a face
Insert points
Hit Enter

It’s like a a reverse reasoning…
Same intent, same procedure, two different names.
Is that clear, not sure…

Just an idea.

So yes, I think it would be interesting to clarify few things for the ease of use, Kyle.
And no, I don’t have a clean solution.

This is where the collective intelligence comes into play.

Regards
Rodolfo Santos

thanks for that- we’ll add that to the discussion-