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.
clock face circular pattern
charles_arnold
Member Posts: 6 ✭
I am trying to create a clock face with the hour numbers. I have done the following:
- create variable in the feature list: count as number = 0
- create a second variable in the feature list: count as number = #count + 1
- create a sketch. draw text using the expression: toString(#count)
- extrude the text
- create a circular feature pattern:
- instance count: 12
- angle: 360 deg
- features to pattern:
- sketch
- #count
- extrude
- reapply features is ticked
The pattern creates 12 numbers but they are 1's. The text does not update with each instance!
Any thoughts will be gratefully received.
0
Comments
Try this:
@S1mon - that is absolutely brilliant. Just what I was looking for.