demo import
All  1-2  3-5

Previous
Next
 From:  Michael Gibson
4590.3 In reply to 4590.1 
Hi rd, also you mentioned:

> I tried using .step and .stl;

These are very different file formats - STEP is meant to contain NURBS data and if you try to export polygon mesh data out from Rhino into STEP format you will get an empty file since the STEP format is not intended to contain that kind of model data.

STL on the other hand only contains polygon mesh data - so you can export a polygon mesh file out from Rhino with that, but you cannot read an STL file into MoI since MoI only imports NURBS data and not polygonal type model data. MoI can generate an STL file at export time at which point it will break NURBS surfaces up into little triangle facets, but it won't read that kind of data into MoI to work with at model time - MoI only works with NURBS surface/solid data at modeling time.

- 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:  rd
4590.4 In reply to 4590.3 
Michael, thanks for the info. Have you heard of or had any experience getting nurbs data from Form-Z?
  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
4590.5 In reply to 4590.4 
Hi rd,

> Have you heard of or had any experience getting nurbs
> data from Form-Z?

The situation in Form-Z is kind of similar - some types of objects in Form-Z are made up of polygonal data and there are other types of objects that are made up of NURBS data.

It shouldn't be a problem to transfer NURBS object data from Form-Z into MoI, use any of these NURBS capable formats to do that: 3DM, STEP, IGES, or SAT.

But if your objects in Form-Z are made up of polygonal data, then that will be more difficult to get into MoI because again that's a much different kind of 3D model data than what MoI is designed to work on.

- 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  3-5