Strange issue with import
All  1  2-4

Previous
Next
 From:  Michael Gibson
6127.2 In reply to 6127.1 
Hi Heiner, the "create planar face" function will only work if the curves you give it are both closed and planar, you need both of these conditions to be true not just being closed alone. Polygons in OBJ files are not restricted to only be planar, so most likely the ones that are not working for you have some slight warping to them and are not totally flat polygons. It's not that unusual for quads in polygon mesh files to not be totally planar.

Typically it just does not work very well to try and convert a complex high density polygon mesh file into a NURBS object by making one little individual surface for each source polygon, it looks like that's what you're trying to do here...


> Even stranger: When i isolate one of these closed curves (the objects in
> question get listed as closed curves) and then try to draw another curve or such,
> the snaping function ignores it. In other words: surrounding
> objects get recognized by snap and the cursor snaps to them, these curves not!

Could you export some of these unsnappable objects to a small example file and then attach the file here so I can take a look?

- 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:  Heiner (BILDERMENSCH)
6127.3 In reply to 6127.2 
Hi Michael,
you are right, thats what i try to do. I just need a rough Nurbs model for a
cost estimate purposes. An these guys there can only deal with closed surfaces.
However, i will have to do a reconstruction of my model anyway, so they will have
to wait for the finished model.
With the non snapping objects: I got the solution here. The snapping was set to
elements which are not present in the isolated geometry. So it could not snap at all.
Best regards,
Heiner
  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
6127.4 In reply to 6127.3 
Hi Heiner, yes re: non snapping - you must have been referring to center object snap on those ones. A closed and planar polyline curve will have a center snap at the centroid so that you can snap on to the center of things like square or rectangle polygons and things like that. If the curve is not planar that particular snap point won't be present though.

So that's probably just another side effect of some of the polygons being non-planar.

- 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: All  1  2-4