Request - A tube tool with on surface offset.
 1-20  21-33

Previous
Next
 From:  BurrMan
2187.21 In reply to 2187.19 
I just did 5 on your model pretty quick! I used to struggle with the "rotation tool". It just didnt work with my brain (granted I never put in the effort to practice and understand it). I wonder, could you use the rotation tool well? The little rotation gizmo has me smiling.
  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
2187.22 In reply to 2187.20 
It could be this is that difference in the way people process, which is a profound "MoI" characteristic. I'll bet PAQ is great with the Rotation tool.

Food for michaels thought and a not so obvious example of why MoI will be so successful. Thanks for the lesson PAQ.
  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
2187.23 In reply to 2187.16 
Hi PaQ,

> Just wondering too, isn't this double normal problem resolved
> when you works with solids ?

Yeah that's true - it just becomes more and more of a pretty specialized thing that only works in particular circumstances.

That's kind of something that would be built directly into the point picker logic itself, mostly I try to have things that go in there be sort of more general purpose use type things and not so much just for one very specific thing.

From some of your later comments, it sounds like putting in an offset circle may work for you better than you thought? You probably don't have to put one in on every spot, just in strategic locations where the path goes through a major shift in direction.

It may be possible to do something with the construction line with a keyboard shortcut to help make that easier. I'll give that a try. I'm not sure if there is enough stuff exposed to script to make that work, I may need to add some stuff to make it work for the next beta.

- 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)
2187.24 
Is time win to use Array curve for put some circles on the curve then rotate them, and kill some useless?
Then make the sweep
And here it's a particular situation! it's a little rope!
  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
2187.25 In reply to 2187.23 
Hi PaQ, the best it looks like I can do for scripting with the current version is something that will set the distance constraint for you with a keypress, so that once you start dragging a construction line you can strike a key and have a distance applied to it, rather than needing to type in in over and over again.

This will do that:

script:var pp = moi.ui.getActivePointPicker(); if ( pp ) pp.setDistanceConstraint( 1.0 );


The way that works, is you start dragging a construction line and have it along the surface normal straight snap, while you still have the mouse button held down, strike that shortcut key to apply the distance constraint, and then release your mouse button to finish the construction line.

Then move your mouse to find the "end" snap on the construction line that will be 1 unit along it from the surface.

You can probably execute that sequence pretty quickly.


You'll probably accumulate a lot of construction lines on the screen with that method. You can also set up another key to erase all construction lines (without exiting your current draw command) by setting up this shortcut:

script:var gd = moi.geometryDatabase; gd.removeObjects( gd.getObjects().getConstructionLines() );


It should be possible for me to add some more things to be available for scripting for the next beta to actually position the offset point all in one shot with a keystroke I think, I will see about adding that stuff in but that won't help until the next beta.

- 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)
2187.26 In reply to 2187.25 
Script language is some fascinating as condensation ideas for create a result in a few time!
---
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
2187.27 In reply to 2187.12 
Michael,
How did you move the center point of the rotate widget. I'm stuck here. It looks like you drag it but i drag the whole object.
Burr
  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
2187.28 In reply to 2187.27 
I'm sorry I got it, Ckick and let go! It's not a drag.

Thanks,
Burr

[EDIT]
WOOOOOOW!
[EDIT]
  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
2187.29 In reply to 2187.28 
Hi Burr - yup, click and let go on the rotate grip initially to switch to "wheel mode".

Once you are in wheel mode then that center point stays on and you can go grab it and reposition it.

While in wheel mode dragging on a wheel will do a rotation, and clicking somewhere out off of a wheel exits the mode.

- 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:  PaQ
2187.30 In reply to 2187.29 
Hi Michael, thanks a lot for the script, quite handy ... but do not waste to much of your time in this.
It's still takes me to much time, whatever the method : the tangant construction line method, or the circle along curve one.

At the end, it takes the same time (or even more) than using the standard method, and editing every control by hand to adjust the rope intersection.
  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:  WillBellJr
2187.31 
Great discussion, guys. I've been using LWCAD v3 to assist with my similar piping needs. That's means I have to depend on getting my models into LW (cleanly) to continue my work...

Anything to assist with these piping tasks within MOI is certain appreciated!

-Will
  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:  PaQ
2187.32 In reply to 2187.31 
Well the job Im working is also rendering with lightwave :P ... a bit to late to learn/use/buy for lwcad too :(

I wish a could place 100 of them, but I will not have the time ->





EDITED: 3 Feb 2010 by PAQ

  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
 From:  YANNADA
2187.33 In reply to 2187.32 
I was wondering how come and you spot all the bugs in MoI, now I know, eager to see it finished...
  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-20  21-33