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”
Category Archives: Shapesheet
Visio Shape Explorer
To be able to create the Visio Visual Section document meant, I needed to mine the information from Visio shapes. The easiest way was to let loose CellsSrc() on a series of shapes and let the code create a file of what it found. Visio is big on using enumerations, but they are not goodContinue reading “Visio Shape Explorer”
List Container
I did not have a good spring healthwise. The worst part was not having access to a Visio machine. Thanks to the prompting from a friend, I have made it to my Visio machine to write about Visio. One thing I seem to have overlooked in my quest for being able to create Visio sectionContinue reading “List Container”
Refining the Shapesheet Section template
Now that I have put the Braille shapes to bed, back to the Shapesheet Section template with a quicky post. I started the Shapesheet Section stencil to help with documentation that involves the Shapesheet. I am constantly saying Visio shapes are more than clip art. When it comes to adding Shapesheet sections to documentation, VisioContinue reading “Refining the Shapesheet Section template”
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”
Visio Braille
I was getting withdrawal symptoms from not blogging about Visio or creating a new Visio shape for a while. I have not done this all year. Visio is a graphics package and it may seem strange that I created a shape for the blind. The shape is simple and is a good example of howContinue reading “Visio Braille”
Handling the Curves
Let us explore how Visio handles curves. This is a normal rectangle. You can add rounded corners by selecting the Format Shape Dialog. From the Home tab chose Line from the Shape Styles section, then choose Line Options from the Line dropdown. That will bring u the Format Shape dialog. Near the bottom is theContinue reading “Handling the Curves”
Visio Title Block
Recently a user asked in the Answers forum about Title Blocks and I figured that, that would be a good beginner’s topic to talk about. The user was familiar with AutoCAD and title blocks, but was having trouble with the concept in Visio. Most Engineering / Architectural drawings have a concept called a Title Block,Continue reading “Visio Title Block”
Does Visio have enough Precision?
A Visio user in the Answers Forums asked about an issue with the Precision feature in Visio. He was having trouble with feet-inches vs decimal feet. The “Precision & Units…” feature is not built into Visio, but is implemented by a right click feature in the shapesheet. It is in both the Metric and ImperialContinue reading “Does Visio have enough Precision?”
Help Analyzing Shapes
I have been analyzing a Visio feature in some of the shapes implemented through the shapesheets to understand what is going on and provide guidance for anyone who wants to implement the feature on other shapes. (Sorry Dave no pictures.) The feature involve the User and Shape Data sections, some lists, lookups and nested IFs.Continue reading “Help Analyzing Shapes”