Search Unity

Import and render nurbs curves from CAD to Unity

Discussion in 'Editor & General Support' started by Peter Pankras, Mar 1, 2014.

  1. Peter Pankras

    Peter Pankras

    Joined:
    Oct 31, 2013
    Posts:
    5
    Hi,

    For a visualisation job I want to import CAD models from Rhino3D into unity.

    Now the geometry is no problem, but the scene has Nurbs curves and they also need to be able to see them in 3D in unity.

    So first qustion

    -Does anyone know how I can get curve data from a CAD package into unity? I've search , but cannot find anything.

    -If that is possible at all.. is there a way to render Curves in unity?

    Thanx in advance for all the help and pointers.

    Peter
     
  2. riccardokhm

    riccardokhm

    Joined:
    Oct 22, 2019
    Posts:
    9
    have you solved the matter? I'm working on the same subject right now and the thing is that the only way to render lines, curves and so on from CAD models is to implement a proper script to import these kind of geometries. Any news?