Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Side-by-side enum in dialog box?
jacob_kingery
Member Posts: 39 EDU
In the extrude feature, the options of Solid/Surface and New/Add/Remove/Intersect are displayed side-by-side. I've traced it from
extrude
to booleanStepTypePredicate
to the NewBodyOperationType
enum, but I didn't see a UIHint or anything that would cause it to appear side-by-side instead of in a dropdown. How is this done? 0
Best Answers
-
ilya_baran Onshape Employees, Developers, HDM Posts: 1,211I believe this is hard-coded for either our specific feature or that specific enum -- there's no UIHint for this. We will be revisiting this in the future, but we are working on higher-priority items for now.Ilya Baran \ VP, Architecture and FeatureScript \ Onshape Inc5
-
john_f_carr Onshape Employees Posts: 74It's based on enum name: NewBodyOperationType, BooleanOperationType, ToolBodyType, and SplitType are displayed as text.5
Answers