Samardac Method
 1-20  21-40  41-50

Previous
Next
 From:  Frenchy Pilou (PILOU)
6058.41 In reply to 6058.40 
Excellent!
---
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:  mark1
6058.42 In reply to 6058.40 
So many useful shortcuts.

Thanks for that list!
  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:  Andrei Samardac
6058.43 
Some Tips and Tricks.

Used scripts:
-DelCorners (Download: http://moi3d.com/forum/get_attachment.php?webtag=MOI&hash=e0fc8aca1fc5b69addf1d3ed91421181&filename=DelCorners.js)
-UnwarpCurve
-Pipe2

1

EDITED: 2 Sep 2014 by ANDREI SAMARDAC

  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)
6058.44 In reply to 6058.43 
cool!
---
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:  Andrei Samardac
6058.45 In reply to 6058.44 
Thanks Pilou!

And the another way to make this kinf of pipes, without FLOW. I think it is more nice method.


3

EDITED: 2 Sep 2014 by ANDREI SAMARDAC

  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:  Metin Seven (SEVENSHEAVEN)
6058.46 
Great stuff Andrei!

The DelCorners script is very useful as well. Installed it right away.

———————

metinseven.com — 3D (print) modeling • animation • artwork • design • illustration • visualization

  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:  ArianDesign (ARIANSHAMIL)
6058.47 In reply to 6058.45 
Andrei Thanks for all these video tutorial...I'm watching them on Youtube! They're really nice! Thanks a ton
Ciao
Arian
--------

Arian DESIGN

--------

www.arianshamil.com
  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:  ndrakey
6058.48 
Samardac Method Hotkeys:

H=script: /*! Show/Hide edges --- H*/ var breps = moi.geometryDatabase.getObjects().getBReps(); var hide = true; for ( var i = 0; i < breps.length; ++i ) { var edges = breps.item(i).getEdges();

Doesnt Work anymore !?
Is there a new Script available for hiding and showing Edges on an Object per toggling ?
  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:  mkdm
6058.49 In reply to 6058.48 
Hi ndrakey,

That's the script i use to toggle the edges visibility on the selected entities (surfaces or polysurfaces/solids) :

script: /*! Show-hide edges on selected objects */var breps = moi.geometryDatabase.getSelectedObjects().getBreps(); for ( var i = 0; i < breps.length; ++i ) {var brep = breps.item(i);brep.getEdges().invertProperty( 'hidden');}

It works for me.

Nice day,

Marco.
  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:  Michael Gibson
6058.50 In reply to 6058.48 
Hi ndrakey,

you wrote:
> H=script: /*! Show/Hide edges --- H*/ var breps = moi.geometryDatabase.getObjects().getBReps();
> var hide = true; for ( var i = 0; i < breps.length; ++i ) { var edges = breps.item(i).getEdges();>
> Doesnt Work anymore !?

The script you show above must not be the full script - it looks like you've only got the front part of it. That script code you have there just loops over things but does not perform any actions, that's why it doesn't work.

Try Marco's script above, or look more closely at where you got the original script because you didn't get all of it.

- 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
 

Reply to All Reply to All

 

 
 
Show messages:  1-20  21-40  41-50