If you want to fill a shape, the basic rule is that you need consecutive line segments that form a closed loop. You can also go into the shapesheet and set the NoFill cell of the Geometry section to False. In this case, the numbers are the shapesheet row numbers, the green arrows show theContinue reading “Further Around the Bend”
Tag Archives: Shapes
Visio Braille Part 2
Before posting my Braille shape, I decided to embellish it first. The original shape was a single shape that had a Geometry section (Ellipse) for each of the dots (pips) and user cells User.Dot1-Dot6 contained the list of characters the shape represented. The Ellipses are independent of the shape and positioned by the X,Y ofContinue reading “Visio Braille Part 2”
Editing a Visio EE master – Part 2
So, now on to creating the shape… These is just some of the switches that the O.P. was talking about. They all have the same pattern, two contact points, a diagonal line indicating the connection and then a control symbol indicating how the switch is controlled/triggered. The shapes have three common points. A, the hingeContinue reading “Editing a Visio EE master – Part 2”
Stacking Shapes
One thing that is missing in Visio, is the ability to stack shapes. You can align shapes on the top, bottom, left or right edges, but you can not stack. To stack two shapes, you have to drag a guideline from the top ruler and then place the bottom edge of one shape on theContinue reading “Stacking Shapes”
Time to do the laundry
I am always on the look out for new candidates for Visio. More than a decade ago, I came across a series of symbols for laundry. What intrigued me was the washing shape. It had a series of dots to indicate maximum temperature going from one to six dots. Rather than two rows of three,Continue reading “Time to do the laundry”
ShapeSheet Shapes
A lot of people only know Visio as an app to create business diagrams with clip art and connecting lines. Some have realized you can connect the diagram to a data source like Excel and bring life to the content. Some have also realized you can add embellishments to the shapes called Data Graphics thatContinue reading “ShapeSheet Shapes”
Visio Stencil Sort
One of the things I noticed when reviewing Visio’s User Voice was the request for being able to have the shapes (they are actually masters) in the stencils be sorted. This is some code I have for keeping the masters in the document stencil sorted. Here is the before and after.
Venn Diagram
Today, someone asked where the Venn Diagram was in Visio. There is a support article https://support.microsoft.com/en-us/office/create-a-venn-diagram-in-visio-447d65f4-79a3-411d-811d-bfdea7f83e2d The actual description for manually creating a Venn digram is okay, but a bit of overkill. You can just create a circle duplicate it twice, move them apart and distribute them horizontally (only worry about the distance between theContinue reading “Venn Diagram”
Visio Ellipse Part 2
Rotation So, what happens when a circle rotates? The Geometry row is unchanged, but the shape angle changes and the bounding box is at an angle. To correct the bounding box, you can do Developer > Operations > Union. Now the shape looks the same as before, but if you look at the Ellipse Row,Continue reading “Visio Ellipse Part 2”
Visio Ellipse Part 1
I needed to create a new shape that was a series of dots, from zero to six. The shape had one property that determined the number of dots. The easy way would be to create a series of circle shapes, group them and control the visibility of each dot from the group shape. I tendContinue reading “Visio Ellipse Part 1”