If you have ever needed to change a vast number of layer names (or properties) in an AutoCAD drawing, you know how time consuming it can be. This process works great when using company standards during the design phase of a project, but the client needs specific layers which align to the...
8、tes a selection ASE from the line that links to the text selection set and the graph selection setExecute the structure query language (SQL) statement ASQCreating a property definition -ATChange the attribute information that does not depend on the block definition -ATEFill the enclosed area...
A minor change was needed to OnObjectErased(), to set the value of m_lastEntity to Null, should the entity be erased. This also gets caught by a change in the code right at the end, but it's cleaner coding to make the behaviour right here, also. Next we have the guts of our ...
When a BlockReference is created with the INSERT command, I would like to change the layer it is on. Is there a way to do this? A: One approach to consider is to use AcEditor::commandEnded: If the command was INSERT, then a selection set is used to get the last entity added to ...