-
Re: How to OSNAP only to defined layers?
Layiso is a different command all together its designed to be used as a temporary on/off just try it LAYISO LAYUNISO1 -
Re: Move base point of a block.
Try something like this. (vlax-for block (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object))) (if (= (vlax-get block 'name) "overhead") (vlax-put block 'Origin '(10 10 0)) ; ori…1 -
Re: Revit vs BricsCAD BIM
This was done like 30 years ago prior to Autocad Architecture, If your serious about comparing then you need to look further what about Archicad and there are others out there.1 -
Re: Tables, strange row height
One way to get around this is to make a custom table style on the fly there is so many variables involved in a table, so creating a new style forces it to match your criteria. At least 9 table settin…1 -
Re: add custom properties to any object
Google help for XDATA start at Afralisp, you can add Xdata to an object and get it back also. Custom properties are something else again using ODE method.1
