By
Jeremy
Tammik.
Question:
Using AcCoreConsole I'd like to move an object via AcCoreConsole.
The object type in question happens to be an AutoCAD MEP MVBlock.
Is this possible?
Would AcCoreConsole recognise the object as valid or would it be a zombie, i.e. a proxy object?
Answer:
I checked with the development team and received several confirmations saying that this should work:
AcCoreConsole does recognise MVBlock, and the object can be moved in the same way as in AutoCAD.
The AutoCAD MEP object enablers get loaded on demand in AcCoreConsole.exe.
Here is a test suite proving it:
1. accoreconsole.exe: Just run accoreconsole.exe, following modules were loaded. Please note AEC modules are not loaded:
2. accoreconsole.exe /i oneBox.dwg: Open a dwg with only one box. A few more AutoCAD modules get loaded, but no AEC modules:
3. accoreconsole.exe /i oneWall.dwg: Open a dwg with only one wall. AEC modules are loaded. Also note that AECB modules are loaded, even though there are no MEP objects in the DWG:
Following is the output of list command:
4. accoreconsole.exe /i oneDuct.dwg: Open a dwg with only one duct. AEC and AECB module are loaded:
Following is the output of list command:
I hope this helps.