MARC FORNES & THEVERYMANY™

PRACTICING AT THE INTERSECTION OF ART + ARCHITECTURE ^ COMPUTATION

Archive for Voronoi

060820_MF | thoughtsOntoDesignTests…


TEST (or testing)
1. Test and experiment form parts of the scientific method, to verify or falsify an expectation with an observation.
2. Quality control testing, in manufacturing, a procedure designed to test the functionality of a product under potentially harmful conditions

Be realistic – demand the impossible!” – Soyez réalistes, demandez l’impossible! – Anonymous graffiti, Paris 1968
COLLAGE (From the French, coller, to stick) is regarded as a work of visual arts made from an assemblage of different forms, thus creating a new whole. This technique made its first appearance in the early 20th century as a groundbreaking novelty, however with the passing of time it’s become ubiquitous.


DISTINCTION BETWEEN EVALUATION AND ASSESSMENT
In the field of evaluation, there is some degree of disagreement in the distinctions often made between the terms ‘evaluation’ and ‘assessment.’ Some practitioners would consider these terms to be interchangeable, while others contend that evaluation is broader than assessment and involves making judgments about the merit or worth of something (an evaluand) or someone (an evaluee). When such a distinction is made, ‘assessment’ is said to primarily involve characterizations – objective descriptions, while ‘evaluation’ is said to involve characterizations and appraisals – determinations of merit and/or worth. Merit involves judgments about generalized value. Worth involves judgments about instrumental value. For example, a history and a mathematics teacher may have equal merit in terms of mastery of their respective disciplines, but the math teacher may have greater worth because of the higher demand and lower supply of qualified mathematics teachers. A further degree of complexity is introduced to this argument when working in different languages, where the terms ‘evaluation’ and ‘assessment’ may be variously translated, with terms being used that convey differing connotations related to conducting characterizations and appraisals.

I take my desires for reality because I believe in the reality of my desires” – Anonymous graffiti, Paris, 1968

Beneath the paving stones – the beach!” – Sous les pavés, la plage! – Anonymous graffiti, Paris 1968

A RESULT is the final consequence of a sequence of actions or events (broadly incidents and accidents) expressed qualitatively or quantitatively, being a loss, injury, disadvantage, advantage, gain, victory or simply a value. There may be a range of possible outcomes associated with an event possibly depending on the point of view, historical distance or relevance.

(i.e wikipedia)

060813_MF | VoronoiSkeleton…

SELF-SIMILARITY

A SELF-SIMILAR object is exactly or approximately similar to a part of itself, i.e., the whole has the same shape as one or more of the parts. A curve is said to be self-similar if, for every piece of the curve, there is a smaller piece that is similar to it. For instance, a side of the Koch snowflake is self-similar; it can be divided into two halves, each of which is similar to the whole.

Many objects in the real world, such as coastlines, are statistically self-similar: parts of them show the same statistical properties at many scales. Self-similarity is a typical property of fractals.

It also has important consequences for the design of computer networks, as typical network traffic has self-similar properties. For example, in telecommunications traffic engineering, packet switched data traffic patterns seem to be statistically self-similar. This property means that simple models using a Poisson distribution are inaccurate, and networks designed without taking self-similarity into account are likely to function in unexpected ways.

i.e. http://en.wikipedia.org/wiki/Self_similarity

the overall skeleton is an assembly of self-similar cells: those cells are all different but all similar; all the cell’s boundaries are the result of the overall split of an host surface based on a VORNOI tesselation algorythm; their geometries have the same genotype: each is created with a developable surface between the exact polyline boundary and its nurbs approximation.


the rhinoscript process is naming and exporting each cell component as a .3ds (thks to David) file which is than open into a PEPEKURA a little origami application (http://www.tamasoft.co.jp/pepakura-en/) which unfold it with laps; an obvious simplifaication of the developable surface has to be done!!!
‘——————————————————
‘ fileToExportComponents
‘Dim Folder, FileName, sPath
”Folder = Rhino.BrowseForFolder(, “Base folder for multi-export”, “Multi export”)
”FileName = Rhino.StringBox(“File name basis”, “Export_01”, “Multi export”)
‘——————————————————
‘ //////////////////////////////////////////////////////
” [EXPORT COMPONENTS]
‘Rhino.UnselectAllObjects
‘Rhino.SelectObjects strLoftSrf
”sPath = Folder & FileName & “_” & i & “.3ds”
‘sPath = “E:\RHINOSCRIPTING60804_Voronoi_M_Corean60810_Export_Automaton\” & “Export_05” & “_” & i & “.3ds”
‘Rhino.Command “-_Export ” & Chr(34) & sPath & Chr(34) & ” Enter”
” low mesh
”Rhino.Command “-_Export ” & Chr(34) & sPath & Chr(34) & ” _DetailOptions _AdvancedOptions _Angle=20 _MaxEdgeLength=3 _Enter _PackTextures=Yes _Refine=Yes _Enter”
‘ //////////////////////////////////////////////////////