hi guys.Do you have any relevant examples for importing FBX files with materials? Or provide some ideas?thank you
Hi @zz1,
You might give this a try.
https://developer.rhino3d.com/api/rhinocommon/rhino.fileio.filefbx/read
– Dale
My version is 7.20 and I couldn’t find it FileFbx Class ,What version has FileFbx class.
Hi @zz1,
The FileFbx
class is new to RhinoCommon in Rhino 8.
In Rhino 7, you’ll need to script the Open
or Import
command.
– Dale
the import is helpful, it need to handle which elements are imported from the fbx file by yourself . thank you