@laur wrote:
Hello,
I want to read certain items from a 3dm-File, but I don’t get how to get the Find(GUID)-Function to work.
http://developer.rhino3d.com/5/api/RhinoCommonWin/html/M_Rhino_DocObjects_Tables_ObjectTable_Find.htmIt thought it worked somehow like this (in Python):
filename = “C:\path\to\file.3dm”
objs = Rhino.FileIO.File3dm.Read(filename).Objects
ReferencedGeo = objs.Find(GUID)Any Ideas?
Posts: 1
Participants: 1