Xref Manager
-
On 15/06/2017 at 11:46, xxxxxxxx wrote:
Hi.
It's my first post here, so hello everybody.I'm curious, is there any way to select an object in xref manager by it's name or ID using Python?
the only thing I found is this:#ifndef DXREFMANAGER_H__
#define DXREFMANAGER_H__enum
{
ID_CA_XREFMANAGER_GROUP_REFS = 5000,
ID_CA_XREFMANAGER_GROUP_FILE,ID_CA_XREFMANAGER_REF_LIST = 1500,
ID_CA_XREFMANAGER_NAME,
ID_CA_XREFMANAGER_RESOLVED_NAME,
ID_CA_XREFMANAGER_NAMESPACE,//////////////////////////////////////////////////////////////////////////
ID_CA_XREFMANAGER_DUMMY
};#endif // DXREFMANAGER_H__
-
On 16/06/2017 at 01:39, xxxxxxxx wrote:
Hi,
welcome to the Plugin Café forums
Unfortunately I have no good news for you. The Xref manager can not be controlled via Python.