Fractal Lines w/ Visio?

Started by artbraune, November 17, 2008, 08:46:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

artbraune

Anyone tried creating fractal lines in Visio? Looking for an easy way to create fractal lines as if they were made from the Line Tool, the Arc Tool, or the Freeform Tool.

Any ideas?

Thanks!
Art

Visio Guy

What kind of fractals are you looking for? Seems like you'd need at least a smidgen of code, no?
For articles, tips and free content, see the Visio Guy Website at http://www.visguy.com
Get my Visio Book! Using Microsoft Visio 2010

wapperdude

#2
There are a great variety of fractal lines, any in particular?  

Some strike me as being quite difficult -- decaying widths and with gradient fill /transparency along the length of the line.  Others might be do-able, these are more constant width, with gradient/transparency across the width.  These might be done with custom line patterns.  Visio Guy had a good reference for this:  http://www.visguy.com/2008/03/03/release-the-power-of-visio-custom-line-patterns/

Wapperdude
Visio 2019 Pro

Visio Guy

I just pasted-and-massaged some C# code into a VBA project and produced these Mandelbrot drawings, but they wouldn't be much for custom patterns on the Freeform tool :)

By the way, this drawing ended up with 23,936 shapes, and is 2.54 MB. Just a bunch of colored dots!

Poor Visio was sure dragging near the end...
For articles, tips and free content, see the Visio Guy Website at http://www.visguy.com
Get my Visio Book! Using Microsoft Visio 2010

wapperdude

That's quite impressive, especially on such short notice!  Lot of spare time?   ;)
Visio 2019 Pro

artbraune

Chris - I am looking to draw a line and basically add randomization to it? In essence creating something that could have been made by nature without me spending a ton of time drawing it out? Make sense?

Quote from: Visio Guy on November 17, 2008, 11:34:24 PM
What kind of fractals are you looking for? Seems like you'd need at least a smidgen of code, no?

Visio Guy

#6
Art,

Have you seen: 'Indexed' Shapes – for that Hand-drawn Look?

The shapes all have lines with randomness to make them look non-computer-ish.
For articles, tips and free content, see the Visio Guy Website at http://www.visguy.com
Get my Visio Book! Using Microsoft Visio 2010