June 28, 2008

Debugging






Problem Area





normals are done manually




先日張り切って書いた Script。コンペ締め切り間際に “じゃあこれ、別バージョンで modeling して” って。そもそも CATIAPowerCopy やっていたら Update するだけでよかったんだけど Geometry がシンプルなだけに Rhino でやってしまいました。待っていましたチャンス到来~!! そのためにスクリプト書いておいたんですから ♪

Run Script
...

...そして沈没。役に立たなかった。

ということで Input 直しました。

The problem was the method I obtained normal direction. There is a command available to draw a line "perpendicular to curve/ from first point," but there is no ScriptMethod equivalent to it. In the previous Script, normal concerns the accuracy (tolerance) of offset, therefore not stable. So it's easier to start with normal line already built in the model. When prompted, you have to select normal curves in order.

Here is the link to the updated script.

No comments: