Hi Anthony,
re:
> michael, if the stl file gets converted to obj. will moi then convert it to nurbs?
Well it will, but it won't work very well because a triangle mesh which is what you have from .stl format is a different kind of polygon structure than one that is set up for sub-d smoothing.
For example, a sub-d control mesh should be formed of nearly all quads and not be very dense.
It's not really just a matter of just converting from one file format to another, the structure of an .stl triangle mesh is not the same thing as a polygon mesh that is set up to do sub-d smoothing.
- Michael
|