Sketch Set - assign model

I have created the required model using the sketch set and later renamed the labels for my convenience. I am not able to apply the cmodel or any properties to the groups through the commands I give.

For eg: I have named one of the columns as “col1” Buty when I am trying to assign a cmodel to it, it says that it gets applied to 0 zones.

How should I specify these groups ?

I have attached the reference pictures


Even though all the groups appear fine based on the images you provided, I find it somewhat strange that no Slot is listed for groups col1, sand, and soil, however slots are listed for other groups (e.g., Block, Segment). So I have a suspicion that group renaming/assignment was not done properly (or potentially you discovered some bug).

Could you share the commands you used for groups renaming/assignment ?

Thank you for your response sir. But I figured out a way to apply the model and its properties.

Instead using the commands, I directly assigned using the model pane and it worked.

I am glad you were able to find a solution! It may not be very obvious until one digs through it, but there a are quite a few things people can do in the ModelPane with model setup.

I also wanted to know that the geometry that is created using the sketchset can be saved?
because every single time when I have to run the model for different parametric values, I has to create it again and again.

after creating the geometry, you have to save that state :
“model save ‘geometry.sav’”

and after, when you want to try other parametrics values, you should start from that saved state:

"Model rest ‘geometry.sav’ "

1 Like