gourd_OBJimport

<< Click to Display Table of Contents >>

Navigation:  Sample Problems > Usage > CAD_Import >

gourd_OBJimport

Previous pageReturn to chapter overviewNext page

{ GOURD_OBJIMPORT.PDE

 

 This sample demonstrates the import of a bounding mesh in OBJ file format.

 

 The OBJ file contains :

   mesh vertices and faces with no named objects or groups.

}

title 'Import OBJ Gourd'

 

coordinates cartesian3

 

boundaries import OBJ 'gourd.obj'

 

plots grid(x,y,z)

 

end