In-browser representation of the electrical cable harness database (EDB).
An instance of Edb can be obtained using the EEvision API function
EEvisionAPI.GetEdb().
Remarks
Attributes at the database root node are not supported yet.
for (constmcofedb.multicores()) { if (mc.parent) { console.log(`multicore ${mc.name} is a nested multicore.`); } else { console.log(`multicore ${mc.name} is an outermost multicore.`); } }
In-browser representation of the electrical cable harness database (EDB). An instance of
Edb
can be obtained using the EEvision API function EEvisionAPI.GetEdb().Remarks
Attributes at the database root node are not supported yet.