mech:rhino-importfile
(mech:rhino-importfile filename
simplifyGeometry)
This function imports the specified Rhino
3dm filename file (requires Professional license).
Arguments |
filename (string) fully qualified file name including
path and .3dm extension |
Return |
if import was successful, the
list of created entities is returned; |
Example |
(vl-load-mech)
1 |
Remarks |
this function is similar to IMPORT command : layer and color informations are maintained |
Note |
as Rhino does not provide development libraries for Linux + Mac platforms, these functions are actually only available on Windows. |
© Bricsys NV. All rights reserved. |