Top 5 Features list for V3 !
 1-19  …  220-239  240-259  260-279  280-299  300-319  …  440-442

Previous
Next
 From:  Rudl
3628.260 In reply to 3628.259 
What is this seam problem? Haven´t seen it in MoI.

Rudl
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
3628.261 In reply to 3628.260 
Sometime the "seams" of the sphere avoid another function, so just rotate it by 90°
---
Pilou
Is beautiful that please without concept!
My Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
3628.262 In reply to 3628.261 
"""""What is this seam problem? Haven´t seen it in MoI""""""""""""

In MoI, those are on by default with a command like loft.. If you loft 2 circles. you can see them.. Sometimes, this needs to be adjusted.



MoI does some good extra stuff to be sure these are aligned well, but with some types of geometry, these are needed..

EDITED: 19 Jun 2012 by BURRMAN

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Lejan (JAN)
3628.263 In reply to 3628.262 
Hello Michael,

as MOI is meant for designers and artists it may be interesting to those to have an additional snap option on lines which indicates their 'golden ratio'.
This would help to construct according to this aesthetic principle without the need of any additional construction or calculation. And because any single
line will have two of those snap-points such an option should be made optional to avoid to much confusion if this feature is not needed or welcome.

http://en.wikipedia.org/wiki/Golden_ratio

Also interesting would be the implementation of the Fibonacci number within the array option to distribute elements unevenly yet according to this sequence.
Or the Fibonacci spiral within the Helix function.

http://en.wikipedia.org/wiki/Fibonacci_number

There might be other interesting construction principles of proportion or distribution used by creatives artists or designer which, automatically provided by
MOI, would help rule based concepts and artwork come to life more easy.

Does this suggestion match the idea of MOI?

Cheers

Jan
Image Attachments:
Size: 102.6 KB, Downloaded: 547 times, Dimensions: 810x454px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  bemfarmer
3628.264 In reply to 3628.263 
There is an unofficial script to create Vogels model.

There are two unofficial scripts to create logarithmic spirals, which are related to the Fibonacci spiral.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  ed17 (ED17ES)
3628.265 
That snap would be useful!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Lejan (JAN)
3628.266 In reply to 3628.264 
That sounds interesting, yet I assume that working with scripts does not comes naturally to anybody, especially for the more creative and mainly 'visual' people.

I think if such functionality would be provided it had to be already implemented in MoI for easy and intuitive use. Otherwise all this interesting methods and
models would be accessible for the creative AND 'programming' affine people only ...

The question is, if such mathematical methods could be made 'intuitive' at all, even though they describe 'natural' formations.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
3628.267 In reply to 3628.266 
@Lejan ;)

You can type an expression or formula into the numeric edit fields that are asking for distance or radius values.

For example when you are drawing a circle for the radius you can type 15/4*2 and the result 7.5 will be calculated for you.

Another example is if you're drawing a line, you can type <360/12 to set an angle constraint of 360/12 = 30 degree angle snap for that line.

You can also use functions like sin - for example typing in sin(45) will calculate the sin of 45 degrees. All trig functions take angles in degrees. Angle input in radians is available by prefixing the function name with an underscore character, for example: _sin(PI/4). Any of the functions on the JavaScript "Math" object are available for use, including: sin(), cos(), tan(), sqrt(), pow(), round(), random(), the constant PI, and also rad() which takes a parameter in degrees and returns it in radians, and deg() which takes a parameter in radians and returns it in degrees.

You can also type in a "relative expression" to modify the value of an edit field that has previously been initialized to some other value. To make a relative expression, start it with one of these symbols: + -- * / which will alter the value by the given amount rather than inputting a completely new value. So for instance in a grid size input field you can type /2 to modify the existing value by dividing it by 2. Note that for subtraction a double minus sign is used to avoid any conflict with entering in a regular non-relative negative value.

You can also use expressions for x,y,z point values. If your regional settings for the operating system uses a comma character as the decimal point separator for numeric values, then surround each coordinate with parentheses to separate them, for example: (2+2)(5/2-1)(5).


So just Press TAB and write (1+ sqrt(5))/2 and you will obtain 1.618034
Moi write only 6 decimals on external but must calculate on more in internal


You can do that before draw a line or after
- Click first point ...draw your formula (1+ sqrt(5))/2 (By TAB ...) click the second point aligned on any direction
or
- Draw any line : Select it and click on the Dialog Info Box (Right top corner pannel) write the formula inside the Length box

So for a Rectangle with a diagonal = Golden number (it's not Golden Rectangle just a construction for apply the formula of the Golden number)
Draw an horizontal line anywhere with the formula above (will be the diagonal)
Draw any Rectangle anywhere
Transform / Orient / Line-Line
Pick 2 opposed corners of the Rectangle
and click the 2 points of the Line ;)
If all is good you must have a Rectangle with a diagonal = Golden Number ;)

EDITED: 10 May 2012 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
3628.268 
Many French people are asking for "Measurement drawings"
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Lejan (JAN)
3628.269 In reply to 3628.267 
@PILOU

And that's exactly the point! Not many artists and designer happen to be rocket scientists and many of them are still looking back at their math class at school in sheer horror! ;)
Also 'creative folks' do not always like to read through manuals, faq's or forums like this one, even though it would help them without a doubt.

I do appreciate your detailed explanation and examples about the capabilities of MoI to process formulas, yet this way of finding any 'point of interest' for proportion or distribution
simply interrupts any free flow of sketching and will probably overstrain the majority of people who think mainly in their right brain hemisphere... ;)

Working with MoI I really like just because of its beautiful design in terms of simplification and I assume it is designed this way for all of those creative people who do not own
any degree in engineering or science and do not intend to get one just to operate their 3D design software somewhat properly.

I just started to look into Rhino for Mac and it became quite clear already how much more thought was implemented in MoI to get a good visual result from brain to screen intuitively.

Maintaining simplicity while keeping full functionality is a challange for any good programming design and takes probably a good portion of the overall development time.

For now you got me interested in using MoI for a calculator so I will practice your examples, but only because I recall that tan() got not much to do with some leasure time at the beach ... ;)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
3628.270 In reply to 3628.269 
Hi Lejan,
Can you give me an example of how you would use the 'golden ratio' in artistry? It appears to be a math point of distribution. How would an artist know/need to use this intuitvly? Is it something taught to artists to use (maybe during setup or something) to do scene/figure scaling by eye or hand? I wanted to understand it's purpose.

Thanks
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Lejan (JAN)
3628.271 In reply to 3628.270 
Hi BurrMan,

even though the definition of the 'golden ratio' is mathematic, it surly reflects certain principles of proportion found in nature.
Depending on your personal understanding of artistry, in mine, one of the main aime is to be 'pleasant' to many beholder.
So if you are in the process of 'composing' art or design you could certanly use principles which have proven valid for some
while to be seen as 'pretty' for many. Those principles can be found in nature, as we are part of and therefore influenced by it.

Symmetry, asymmetry, coloration, shape - you name it - can be found within nature and many of those are quite appealing
to most people.

By using such principles within artistry or design is certainly no guarantee that the outcome will be outstanding, yet it may help
to avoid total failure in some ways. Again, all of this depends on ones taste and liking, so there is not much to argue about if
such applied rules is good or not. In my eyes it definitely is a good point of orientation and to start from, yet it schould not supress
any other ideas possible.

The 'golden ratio' is also taught to artists, designers, architects as one way of harmonic subdivision of length, area and volume
and can be found in artwork and architecture of the past and at present.

If you are interested, you can find some examples in which it was used here:

http://jwilson.coe.uga.edu/EMT668/EMAT6680.2000/Obara/Emat6690/Golden%20Ratio/golden.html

Very famous in using the 'golden ratio' is Leonardo Da Vinci who also sketched the proportions of an human body which became
quite popular even today. Also in his well known painting 'Mona Lisa' this rule can be found, but again, this is not the reason for
the success of this picture, it just became, cleverly used, a part of it.
Image Attachments:
Size: 114.8 KB, Downloaded: 14 times, Dimensions: 737x1070px
Size: 61 KB, Downloaded: 13 times, Dimensions: 219x290px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
3628.272 In reply to 3628.271 
Thanks Lejan for the response.

"a proportional setup" method (Basically)

I have bookmarked this for myself. :)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.273 In reply to 3628.263 
Hi Jan - re: Golden ratio snap - that's definitely an interesting idea. The problem I see in your example image is that there is a kind of implicit orientation used in your snap there:



The orientation meaning that you've decided that the left-hand side of the line is the "start" and the right-hand side is the "end", and that the golden ratio spot should be placed just on the side towards the end I guess?

This kind of orientation dependency is somewhat problematic because I'm not sure what to do with lines at any arbitrary rotation for example - other snaps on to curves do not have that kind of orientation dependency on them so that could be a problem.

Another issue is that it's not necessarily good to have too many snaps that are automatically on all the time because snaps tend to prevent the free placement of points in a nearby zone to the snap. So this might be something that I would think more of targeting as a plug-in tool that you could activate with a specific shortcut key rather than being an additional totally built in snap.

Anyway, those are a couple of issues involved...

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
3628.274 In reply to 3628.273 
In Sketchup you have this snap but only for the rectangle during its drawing : maybe sufficient for the Golden number ?
Or can be also added during the "Helper line" in Moi ? (similar of the Middle Snap Line first level) ;)
A very artistic esoteric snap :)



Drawn in Moi ;)
This is this rectangle : Red square on the left - Side turned-down from the middle of the side's red square --> gives the new side on the right = Golden Rectangle
(Big side + Little side) / Big side = Golden Number = 1,618 033 988 7....


EDITED: 11 May 2012 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.275 In reply to 3628.274 
Hi Pilou,

> In Sketchup you have this snap but only for the rectangle during its
> drawing : maybe sufficient for the Golden number ?

In MoI you can set up the same thing - add a shortcut key (maybe for letter G for golden snap?) and for the command part paste in the following script:

script: /* Activate golden rectangle snap */ var pp = moi.ui.getActivePointPicker(); if ( pp ) { pp.clearStraightSnapAngles(); pp.addStraightSnapAngle( Math.atan2( 1, (1 + Math.sqrt(5))/2 ) * 180/Math.PI, 'Golden' ); }

Then when you are drawing a rectangle, after you have placed the corner point hit the G key if you want a golden rectangle and you should get a snap line like so:



Note that it will only work correctly if you go from lower left to upper-right drawing direction and not if you go from right to left.

- Michael

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
3628.276 In reply to 3628.275 
< In MoI you can set up the same thing

Cool !
That was speedy! :)


About the Helper lines for a line between the 2 red points: Line = 2 segments A & B
2 green points possible for a Golden division (Line A+B or line B+A)

EDITED: 11 May 2012 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
3628.277 In reply to 3628.275 
< Note that it will only work correctly if you go from lower left to upper-right drawing direction and not if you go from right to left.

Seems that works in any direction :)
Click the first point of the Rectangle
Call the script
Works like a charm! :)

Each rectangle were drawn from the center so in any direction



Edit Ah yes you have the snaping but not the Golden good result !
So draw from lower left to upper-right and Rotate as wanted :)

EDITED: 11 May 2012 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Marc (TELLIER)
3628.278 In reply to 3628.275 
""""""""In MoI you can set up the same thing - add a shortcut key (maybe for letter G for golden snap?) and for the command part paste in the following script:"""""""""""

Wow a Fibonacci snap!
This is very cool, Thanks Michael.

Marc
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Lejan (JAN)
3628.279 In reply to 3628.273 
Hi Michael,

your comment about my drawn example is right, as it shows only one of the two possible golden snap points
on this line. But it was Photoshopped to visualize the basic idea and the rest of it was stated in the text.

If such snap option would be implemented it would simultaneously display the two golden snap points on any
given line, so the orientation dipendency of that line would not be of any concern. And the the user (artist,
designer) would always have both options to choose from.

And even with both snap options displayed one could easily distinguish the 'major' from the 'minor' section
by simply choosing the implicit orientation on ones mind.

Actually, by thinking into this, it could even spread a new discussion among mathematicians if that new
created 'inbetweeny' section may hold its own mysterium in nature which has waited to be revealed since
Leonardo's times... ;)

Collecting this snap option (and maybe similar others) as a plug-in would be a perfect choice and could be
turned on/off whenever needed.

I am no mathematician, artist or designer by profession, so there might be many other interesting proportion
or distribution rules out there which could be useful in the field of 3D modelling. And if you are interested
maybe this forum can collect more of those for a 'nice to have one day' idea box... ;)

bemfarmer already mentioned scrips about 'Vogels model' and 'logarithmic spirals' which would be great to have
also without even knowing how to get a script running within MoI.

What I recall from the 'golden ratio' is, that it also applies for circles and is therefore rightly called the 'golden angle'.
This golden angle divides the perimeter of a circle into its major and minor section in analogy of a straight line and
by doing so it formes the 'golden angle' of 137.5°.

Because I don't know how MoI handles and defines circles I wonder if such angle could be clearly identified as a
snap point at 137.5° without definding an additional start point on its perimeter and its direction of orientation.


In any way I am glad you liked the overall idea and, who knows, maybe one day you surprise your customers
and community with a mind blowing and easy to use plug-in about 'Natures Little Secrets of Beauty'... ;)

Just let us know when to start collecting ideas!
Image Attachments:
Size: 38.4 KB, Downloaded: 8 times, Dimensions: 228x224px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-19  …  200-219  220-239  240-259  260-279  280-299  300-319  320-339  …  440-442