Skip to main content

How to dimension the arc angle in ProE Sketcher



How to add an angular dimension for an arc in ProE Sketcher Mode.

I have seen people creating radial construction lines at the beginning and at the end to insert the angular dimension. But thats not necessary. There is an easier way.




1) Click on one end point. (Left Button)
2) Click on the other end point. (Left Button)
3) Click on the Arc. (Left Button)
4) Place the dimension. (click with middle mutton)



See the result below.


Next time you could save couple of center-lines and get more clean sketch.

Comments

Popular posts from this blog

Color the Excel row based on a value/status

Very often, we would like to differenciate the rows that are having certain status (or specific values in a specific column) in a different color. We can filter for the status and apply the color manually, but we can also do that dynamically or automatically with a specific tweak to the Conditional Formatting feature in Excel

TreeView Structure in Excel VBA

TreeView is extreamly useful in specific cases but it can be bit tricky sometimes to implement.  Last Few days I was working on a TreeView Structure and thought I will share the knowledge I gained...  This post takes you through the basic operations to create and operate a TreeView. It will be like the Folder tree window of the windows explorer.  Moreover, you can have it dynamically updated based on the data in excel.... Here we go..