PPT_LOGO_4b
‹#›
© 2008 Autodesk
Autodesk Developer Network
2b – Create House
§TestHouse command
§Retrieve the DWG linear unit to determine scaling factor
§Select an insertion point
§Create walls
§Layer keying
§Utility to add an entity to model space and transaction
§Create door
§Anchor the door to a wall
§Create window
§Create window style
§Set specific anchor properties
§Anchor the window to a wall
§Create roof
2a – Aec Basics
  AcaNetSettings

Code sample 2b:  1:08
  AcaNetAnchorCheck
  AcaNetWallStyles
  AcaNetWallAdd

MgdDbgAec

Look at AEC variables in dictionary, and drawing setup object inside it, look at data modified by AcaNetSettings command.

AEC_VARS
  AEC_VARS_ARCHBASE
    Wall cleanup radius

This is the .NET version of ArxDbg.

Another command AcaNetCreateHouse demonstrates that you can create an entire house in one single ACA.NET command. Creates walls, uses layer keys, roof, door, window, anchor door and window to wall, window style, ...